summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-01-24 09:41:25 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-01-24 09:41:25 +0100
commit841a679e999bde905de5b7e994707d3c112f5375 (patch)
tree7f1ecaa67f20a6cbfaccc5eb68424ab64865f1d7 /src/game.hpp
parent96ae64a3e5e6b06198d064ee23c12a0c36581e13 (diff)
game functions moved into game.cpp and game.hpp
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