summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.hpp')
-rw-r--r--src/game.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game.hpp b/src/game.hpp
new file mode 100644
index 0000000..b5a16d5
--- /dev/null
+++ b/src/game.hpp
@@ -0,0 +1,7 @@
+#ifndef GAME_HPP
+#define GAME_HPP
+
+bool inGame;
+void game(int diff);
+
+#endif \ No newline at end of file