summaryrefslogtreecommitdiff
path: root/src/client/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/game.h')
-rw-r--r--src/client/game.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/game.h b/src/client/game.h
new file mode 100644
index 0000000..6ce694d
--- /dev/null
+++ b/src/client/game.h
@@ -0,0 +1,9 @@
+
+#ifndef GAME_H
+
+#define GAME_H
+
+extern void quitGame();
+extern void startGame();
+
+#endif