summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Monster.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Mobs/Monster.h (renamed from source/cMonster.h)11
1 files changed, 5 insertions, 6 deletions
diff --git a/source/cMonster.h b/source/Mobs/Monster.h
index f16b7aa56..0958d182c 100644
--- a/source/cMonster.h
+++ b/source/Mobs/Monster.h
@@ -1,12 +1,11 @@
#pragma once
-#include "cPawn.h"
-#include "Defines.h"
-#include "cWorld.h"
-#include "BlockID.h"
-#include "cItem.h"
-#include "BlockID.h"
+#include "../cPawn.h"
+#include "../Defines.h"
+#include "../cWorld.h"
+#include "../BlockID.h"
+#include "../cItem.h"