summaryrefslogtreecommitdiffstats
path: root/source/items/ItemHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/items/ItemHandler.cpp (renamed from source/items/Item.cpp)10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/items/Item.cpp b/source/items/ItemHandler.cpp
index f1b376493..44f6438e1 100644
--- a/source/items/Item.cpp
+++ b/source/items/ItemHandler.cpp
@@ -1,9 +1,9 @@
#include "Globals.h"
-#include "Item.h"
-#include "../cItem.h"
-#include "../cWorld.h"
-#include "../cPlayer.h"
+#include "ItemHandler.h"
+#include "../Item.h"
+#include "../World.h"
+#include "../Player.h"
//Handler
#include "ItemCloth.h"
@@ -27,7 +27,7 @@
#include "ItemFood.h"
#include "ItemSign.h"
-#include "../blocks/Block.h"
+#include "../blocks/BlockHandler.h"