diff options
Diffstat (limited to '')
-rw-r--r-- | src/Game.cpp (renamed from src/GlobalState.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GlobalState.cpp b/src/Game.cpp index afa1a56..46785b1 100644 --- a/src/GlobalState.cpp +++ b/src/Game.cpp @@ -1,4 +1,4 @@ -#include "GlobalState.hpp" +#include "Game.hpp" #include "NetworkClient.hpp" #include "GameState.hpp" |