From 2b8d5d46109c44bbf744fcd83236b235e70f94b0 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sat, 24 Jan 2026 20:14:11 +0100 Subject: Moved game source files to game classification --- src/game/game.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/game/game.hpp (limited to 'src/game/game.hpp') diff --git a/src/game/game.hpp b/src/game/game.hpp new file mode 100644 index 0000000..83ff6fa --- /dev/null +++ b/src/game/game.hpp @@ -0,0 +1,7 @@ +#ifndef GAME_HPP +#define GAME_HPP + +bool inGame = false; +void game(int diff); + +#endif -- cgit v1.2.3