summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/Game.hpp (renamed from src/game/globals.hpp)0
-rw-r--r--src/game/game.cpp2
-rw-r--r--src/main.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/game/globals.hpp b/src/game/Game.hpp
index 7518a84..7518a84 100644
--- a/src/game/globals.hpp
+++ b/src/game/Game.hpp
diff --git a/src/game/game.cpp b/src/game/game.cpp
index 463a84e..46f85ed 100644
--- a/src/game/game.cpp
+++ b/src/game/game.cpp
@@ -1,4 +1,4 @@
-#include "globals.hpp"
+#include "Game.hpp"
#include <cstdlib>
#include <cstdio>
diff --git a/src/main.cpp b/src/main.cpp
index 3f18423..cbee490 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include "game/globals.hpp"
+#include "game/Game.hpp"
using namespace std;
int main(){