diff options
Diffstat (limited to '')
-rw-r--r-- | source/ChestEntity.cpp (renamed from source/cChestEntity.cpp) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/source/cChestEntity.cpp b/source/ChestEntity.cpp index 659bd7083..262217da8 100644 --- a/source/cChestEntity.cpp +++ b/source/ChestEntity.cpp @@ -1,14 +1,14 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules -#include "cChestEntity.h" -#include "cItem.h" -#include "cClientHandle.h" -#include "cPlayer.h" +#include "ChestEntity.h" +#include "Item.h" +#include "ClientHandle.h" +#include "Player.h" #include "UI/Window.h" -#include "cWorld.h" -#include "cRoot.h" -#include "cPickup.h" +#include "World.h" +#include "Root.h" +#include "Pickup.h" #include <json/json.h> |