forked from BigfootDev/flatbuffers
d6f06c33f7
* reworked keep prefix * checking in missing schema * fix flatc path for build scripts
6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
include "foo.fbs";
|
|
include "baz/baz.fbs";
|
|
|
|
table BarWithFoo {
|
|
foo:Foo;
|
|
} |