summaryrefslogtreecommitdiffstats
path: root/zoom/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'zoom/init.h')
-rw-r--r--zoom/init.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/zoom/init.h b/zoom/init.h
new file mode 100644
index 0000000..482102d
--- /dev/null
+++ b/zoom/init.h
@@ -0,0 +1,7 @@
+#ifndef GAME_INIT_H
+#define GAME_INIT_H
+
+int InitGame();
+void UninitGame();
+
+#endif