aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-31 21:39:29 -0500
committermegamage <none@none>2009-05-31 21:39:29 -0500
commit81a53f8d73b6cb2e90c9e8d4f6e332d5a939b092 (patch)
tree76fae581a947f7d2f9e478fe67ea380b53c712f9
parentd2bb53dccde222ecf031bedb7394f9d70520526d (diff)
*Fix compile in *nix.
--HG-- branch : trunk
-rw-r--r--src/game/ZoneScript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/ZoneScript.h b/src/game/ZoneScript.h
index 8c8ccaedcb9..80e5e6d0a2f 100644
--- a/src/game/ZoneScript.h
+++ b/src/game/ZoneScript.h
@@ -21,6 +21,7 @@
#include "Common.h"
+class WorldObject;
class Creature;
class GameObject;