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

@@ -11,6 +11,7 @@ EndScriptData */
#include "ScriptPCH.h"
#include "ScriptedFollowerAI.h"
#include "Group.h"
const float MAX_PLAYER_DISTANCE = 100.0f;