mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-20 05:45:06 +00:00
Schemas now support include files.
Bug: 15521443 Change-Id: I2e1ef97e7225a1a0ecf2ca65e31d49d443003747 Tested: on Linux.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// example IDL file
|
||||
|
||||
include "include_test1.fbs";
|
||||
|
||||
namespace MyGame.Example;
|
||||
|
||||
enum Color:byte (bit_flags) { Red = 0, Green, Blue = 3 }
|
||||
|
||||
Reference in New Issue
Block a user