Bumpt flatbuffers to v24.3.25 version
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
include "include_test1.fbs";
|
||||
include "sub/include_test2.fbs"; // should be skipped
|
||||
|
||||
namespace MyGame.OtherNameSpace;
|
||||
|
||||
enum FromInclude:long { IncludeVal }
|
||||
|
||||
struct Unused { a:int; }
|
||||
|
||||
table TableB {
|
||||
a:TableA;
|
||||
}
|
||||
Reference in New Issue
Block a user