summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(){