summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-01-25 09:08:24 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-01-25 09:08:24 +0100
commit2f3deb949ed2f47b59baf6dc7c127d5529f3b6ce (patch)
treeac48068ef6ce51422962506b96ff17916502a8c9 /src/game/game.hpp
parent2b8d5d46109c44bbf744fcd83236b235e70f94b0 (diff)
fixed inGame declaration
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