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

@@ -16,7 +16,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "Player.h"
#include "Group.h"
#include "GroupReference.h"