summaryrefslogtreecommitdiffstats
path: root/source/cMonster.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cMonster.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cMonster.h b/source/cMonster.h
index 7ac8ef171..2b05c871d 100644
--- a/source/cMonster.h
+++ b/source/cMonster.h
@@ -1,5 +1,7 @@
#pragma once
#include "cPawn.h"
+#include "Defines.h"
+#include "cWorld.h"
#include "BlockID.h"
class Vector3f;
@@ -86,4 +88,5 @@ protected:
void DropItem(ENUM_ITEM_ID a_Item, unsigned int a_Count);
void RandomDropItem(ENUM_ITEM_ID a_Item, unsigned int a_Min, unsigned int a_Max);
+
}; //tolua_export