mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 06:48:19 +00:00
generate size-prefixed monster binary as well
This commit is contained in:
10
tests/monster_test_ps.fbs
Executable file
10
tests/monster_test_ps.fbs
Executable file
@@ -0,0 +1,10 @@
|
||||
// similar schema, except to be parsed with --prefix-size
|
||||
|
||||
include "monster_test.fbs";
|
||||
|
||||
namespace MyGame.Example;
|
||||
|
||||
root_type Monster;
|
||||
|
||||
file_identifier "MONS";
|
||||
file_extension "mops";
|
||||
Reference in New Issue
Block a user