generate size-prefixed monster binary as well

This commit is contained in:
Robert Schmidtke
2017-10-02 17:33:40 +02:00
parent 081a8a1c24
commit 2939516fdf
3 changed files with 11 additions and 0 deletions

10
tests/monster_test_ps.fbs Executable file
View 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";