Files
flatbuffers/tests/MyGame/InParentNamespace.nim
Michael Le 1703662285 Flatbuffers Version 23.1.20 (#7794)
* Flatbuffers Version 23.1.20

* Fix warnings

* Fix warnings
2023-01-21 12:03:17 -08:00

18 lines
460 B
Nim

#[ MyGame.InParentNamespace
Automatically generated by the FlatBuffers compiler, do not modify.
Or modify. I'm a message, not a cop.
flatc version: 23.1.20
Declared by :
Rooting type : MyGame.Example.Monster ()
]#
import flatbuffers
type InParentNamespace* = object of FlatObj
proc InParentNamespaceStart*(builder: var Builder) =
builder.StartObject(0)
proc InParentNamespaceEnd*(builder: var Builder): uoffset =
return builder.EndObject()