summaryrefslogtreecommitdiff
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
parent5daf50ed4afa41c3844b9d2df8a56c7bdf67fb28 (diff)
Moved game source files to game classification
-rw-r--r--src/game/game.cpp (renamed from src/game.cpp)0
-rw-r--r--src/game/game.hpp (renamed from src/game.hpp)0
-rw-r--r--src/main.cpp2
3 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game/game.cpp
index 3a7f7dc..3a7f7dc 100644
--- a/src/game.cpp
+++ b/src/game/game.cpp
diff --git a/src/game.hpp b/src/game/game.hpp
index 83ff6fa..83ff6fa 100644
--- a/src/game.hpp
+++ b/src/game/game.hpp
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(){