Files
flatbuffers/tests/MyGame/Example/Color.go
Wouter van Oortmerssen 127d35085a Added a bit_flags attribute to enum declarations that 1<<N every value.
Change-Id: Ib9ec0cb3ddec60b1ca124eaf815fb1ae0cc53e1c
Tested: on Windows and Linux
Bug: 16186562
2014-07-21 16:40:39 -07:00

10 lines
115 B
Go

// automatically generated, do not modify
package Example
const (
ColorRed = 1
ColorGreen = 2
ColorBlue = 8
)