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.hpp | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/game.hpp (limited to 'src/game.hpp') 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 -- cgit v1.2.3