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