summaryrefslogtreecommitdiff
path: root/src/main.cpp
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/main.cpp
parent2b8d5d46109c44bbf744fcd83236b235e70f94b0 (diff)
fixed inGame declaration
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 56a5135..5498cf9 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include "game/game.hpp"
+#include "game/globals.hpp"
using namespace std;
int main(){