diff options
author | megamage <none@none> | 2009-06-04 09:51:59 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-04 09:51:59 -0500 |
commit | aa5499972f678a50b26d90fa5c47bde8dbe2c8f8 (patch) | |
tree | 54fbeda51cd4a313421a9a055ede53933ad8984f /src | |
parent | 38fd158c408f803719818e397d46e4c817bb1d14 (diff) |
*Fix build.
--HG--
branch : trunk
Diffstat (limited to 'src')
-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; |