flatbuffers/tests/MyGame/Example/LongEnum.nim

15 lines
335 B
Nim
Raw Normal View History

#[ MyGame.Example.LongEnum
Automatically generated by the FlatBuffers compiler, do not modify.
Or modify. I'm a message, not a cop.
2023-03-03 19:46:55 +00:00
flatc version: 23.3.3
Declared by :
Rooting type : MyGame.Example.Monster ()
]#
type LongEnum*{.pure.} = enum
LongOne = 2.uint64,
LongTwo = 4.uint64,
LongBig = 1099511627776.uint64,