diff options
| author | Spp <none@none> | 2010-11-29 07:50:31 +0100 |
|---|---|---|
| committer | Spp <none@none> | 2010-11-29 07:50:31 +0100 |
| commit | 25ac835507ae2de774e89e7f46ab08303574bd89 (patch) | |
| tree | 6cf389eb09f3bc5f0338aee48ad3ae994cae8d6b /src/server/scripts/EasternKingdoms | |
| parent | 116d845601bd5625f3d690bd8ae36ec6d742ff44 (diff) | |
Core/Groups: Move all function definition from .h to .cpp
Core/Groups: Remove Group.h dependency from any .h file
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp b/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp index 4c24bf39789..2efb151e925 100644 --- a/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp +++ b/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp @@ -32,6 +32,7 @@ EndContentData */ #include "ScriptPCH.h" #include "stratholme.h" +#include "Group.h" /*###### ## go_gauntlet_gate (this is the _first_ of the gauntlet gates, two exist) |
