forked from BigfootDev/flatbuffers
6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
include "foo.fbs";
|
|
include "baz/baz.fbs";
|
|
|
|
table BarWithFoo {
|
|
foo:Foo;
|
|
} |