summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-01-24 20:14:11 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-01-24 20:14:11 +0100
commit2b8d5d46109c44bbf744fcd83236b235e70f94b0 (patch)
tree918352467f3627fecb6aa6584effc53063e767e3 /src/game.hpp
parent5daf50ed4afa41c3844b9d2df8a56c7bdf67fb28 (diff)
Moved game source files to game classification
Diffstat (limited to 'src/game.hpp')
-rw-r--r--src/game.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/game.hpp b/src/game.hpp
deleted file mode 100644
index 83ff6fa..0000000
--- a/src/game.hpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef GAME_HPP
-#define GAME_HPP
-
-bool inGame = false;
-void game(int diff);
-
-#endif