aboutsummaryrefslogtreecommitdiff
path: root/flatcc/scripts/monster-doc.example.sh
diff options
context:
space:
mode:
Diffstat (limited to 'flatcc/scripts/monster-doc.example.sh')
-rwxr-xr-xflatcc/scripts/monster-doc.example.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/flatcc/scripts/monster-doc.example.sh b/flatcc/scripts/monster-doc.example.sh
new file mode 100755
index 0000000..a4c6b70
--- /dev/null
+++ b/flatcc/scripts/monster-doc.example.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+PREFIX=MyGame_Sample_Monster_
+FLATCC=bin/flatcc
+SCHEMA=samples/monster/monster.fbs
+
+. $(dirname $0)/flatcc-doc.sh