From a6e0c9ce9b6c468d0e622ffb5c05eba664ea4f47 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Tue, 17 Oct 2017 23:33:13 +0500 Subject: Refactored #include directives --- src/GameState.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/GameState.cpp') diff --git a/src/GameState.cpp b/src/GameState.cpp index 945824f..cea92d6 100644 --- a/src/GameState.cpp +++ b/src/GameState.cpp @@ -1,7 +1,11 @@ #include "GameState.hpp" + +#include +#include + #include "Event.hpp" -#include -#include "GlobalState.hpp" +#include "Packet.hpp" +#include "NetworkClient.hpp" void GameState::Update(float deltaTime) { if (g_IsGameStarted) { -- cgit v1.2.3