...

Text file src/github.com/google/flatbuffers/tests/MyGame/InParentNamespace.nim

Documentation: github.com/google/flatbuffers/tests/MyGame

     1#[ MyGame.InParentNamespace
     2  Automatically generated by the FlatBuffers compiler, do not modify.
     3  Or modify. I'm a message, not a cop.
     4
     5  flatc version: 23.5.26
     6
     7  Declared by  : 
     8  Rooting type : MyGame.Example.Monster ()
     9]#
    10
    11import flatbuffers
    12
    13type InParentNamespace* = object of FlatObj
    14proc InParentNamespaceStart*(builder: var Builder) =
    15  builder.StartObject(0)
    16proc InParentNamespaceEnd*(builder: var Builder): uoffset =
    17  return builder.EndObject()

View as plain text