summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-01-24 20:14:11 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-01-24 20:14:11 +0100
commit2b8d5d46109c44bbf744fcd83236b235e70f94b0 (patch)
tree918352467f3627fecb6aa6584effc53063e767e3 /src/main.cpp
parent5daf50ed4afa41c3844b9d2df8a56c7bdf67fb28 (diff)
Moved game source files to game classification
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 762be04..56a5135 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include "game.hpp"
+#include "game/game.hpp"
using namespace std;
int main(){