From aa5499972f678a50b26d90fa5c47bde8dbe2c8f8 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 4 Jun 2009 09:51:59 -0500 Subject: *Fix build. --HG-- branch : trunk --- src/game/ZoneScript.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3