[Lobster] file_identifier support

This commit is contained in:
Wouter van Oortmerssen
2022-03-08 15:39:12 -08:00
parent 777e78d8dd
commit d648396515
3 changed files with 25 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ let orc = MyGame_Sample_MonsterBuilder { b }
.end()
// Finish the buffer!
b.Finish(orc)
b.Finish(orc, "MONS")
// We now have a FlatBuffer that we could store on disk or send over a network.