aboutsummaryrefslogtreecommitdiff
path: root/flatcc/scripts/monster-doc.example.sh
blob: a4c6b70be636147fcdb3522f145b4e2e99f57f95 (plain)
1
2
3
4
5
6
#!/bin/sh
PREFIX=MyGame_Sample_Monster_
FLATCC=bin/flatcc
SCHEMA=samples/monster/monster.fbs

. $(dirname $0)/flatcc-doc.sh