diff options
Diffstat (limited to 'src/game/ZoneScript.h')
-rw-r--r-- | src/game/ZoneScript.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/ZoneScript.h b/src/game/ZoneScript.h index da8a71c6a92..6ace3c36474 100644 --- a/src/game/ZoneScript.h +++ b/src/game/ZoneScript.h @@ -20,8 +20,9 @@ #define ZONE_SCRIPT_H_ #include "Common.h" +#include "Creature.h" -struct CreatureData; +//struct CreatureData; class Creature; class GameObject; |