diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-25 09:08:24 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-25 09:08:24 +0100 |
| commit | 2f3deb949ed2f47b59baf6dc7c127d5529f3b6ce (patch) | |
| tree | ac48068ef6ce51422962506b96ff17916502a8c9 /src/main.cpp | |
| parent | 2b8d5d46109c44bbf744fcd83236b235e70f94b0 (diff) | |
fixed inGame declaration
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
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(){ |
