Core/Groups: Move all function definition from .h to .cpp

Core/Groups: Remove Group.h dependency from any .h file

--HG--
branch : trunk
This commit is contained in:
Spp
2010-11-29 07:50:31 +01:00
parent 116d845601
commit 25ac835507
33 changed files with 496 additions and 245 deletions

View File

@@ -33,6 +33,7 @@
#include "ObjectMgr.h"
#include "Language.h"
#include "WorldPacket.h"
#include "Group.h"
extern GridState* si_GridStates[]; // debugging code, should be deleted some day