diff options
-rw-r--r-- | src/game/ZoneScript.h | 1 |
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; |