aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-04 09:51:59 -0500
committermegamage <none@none>2009-06-04 09:51:59 -0500
commitaa5499972f678a50b26d90fa5c47bde8dbe2c8f8 (patch)
tree54fbeda51cd4a313421a9a055ede53933ad8984f
parent38fd158c408f803719818e397d46e4c817bb1d14 (diff)
*Fix build.
--HG-- branch : trunk
-rw-r--r--src/game/ZoneScript.h3
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;