X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;fp=src%2Fclient%2FInteractiveState.hpp;h=d5fd4a1859fb3c8b188e7f03bed58023ceff0c49;hb=69e4d6c0a86a27f9b3f1297e46c55b36059a24b9;hp=ab6513813e49f01c3049dfa45f336ea758ff2268;hpb=916cba3b7b9dea6459febb90d24565cf4c0a8b2a;p=blank.git diff --git a/src/client/InteractiveState.hpp b/src/client/InteractiveState.hpp index ab65138..d5fd4a1 100644 --- a/src/client/InteractiveState.hpp +++ b/src/client/InteractiveState.hpp @@ -6,12 +6,12 @@ #include "ChunkReceiver.hpp" #include "NetworkedInput.hpp" -#include "../app/ChatState.hpp" #include "../app/IntervalTimer.hpp" #include "../audio/SoundBank.hpp" #include "../graphics/SkyBox.hpp" #include "../io/WorldSave.hpp" #include "../net/Packet.hpp" +#include "../shared/ChatState.hpp" #include "../shared/WorldResources.hpp" #include "../ui/HUD.hpp" #include "../ui/InteractiveManipulator.hpp"