aboutsummaryrefslogtreecommitdiff
path: root/game/load.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/load.h')
-rw-r--r--game/load.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/game/load.h b/game/load.h
new file mode 100644
index 0000000..4a28175
--- /dev/null
+++ b/game/load.h
@@ -0,0 +1,8 @@
+#ifndef LOAD_H
+#define LOAD_H
+
+#include "gst.h"
+
+void load_json (Gst &gst);
+
+#endif \ No newline at end of file