From 2f3deb949ed2f47b59baf6dc7c127d5529f3b6ce Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sun, 25 Jan 2026 09:08:24 +0100 Subject: fixed inGame declaration --- src/game/globals.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/game/globals.hpp (limited to 'src/game/globals.hpp') diff --git a/src/game/globals.hpp b/src/game/globals.hpp new file mode 100644 index 0000000..6dfd429 --- /dev/null +++ b/src/game/globals.hpp @@ -0,0 +1,7 @@ +#ifndef GAME_HPP +#define GAME_HPP + +extern bool inGame; +void game(int diff); + +#endif -- cgit v1.2.3