summaryrefslogtreecommitdiffstats
path: root/source/items/ItemSword.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/items/ItemSword.h')
-rw-r--r--source/items/ItemSword.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/items/ItemSword.h b/source/items/ItemSword.h
index cbe172c8f..eb4aa0ef9 100644
--- a/source/items/ItemSword.h
+++ b/source/items/ItemSword.h
@@ -1,7 +1,9 @@
+
#pragma once
-#include "Item.h"
-#include "../cWorld.h"
-#include "../cPlayer.h"
+
+#include "ItemHandler.h"
+#include "../World.h"
+#include "../Player.h"
class cItemSwordHandler : public cItemHandler
{