Merge branch 'GameLogic' of https://github.com/dean11/Danbias into GameLogic

This commit is contained in:
Dennis Andersen 2013-12-18 08:44:18 +01:00
commit e9c5a49778
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
#ifndef TEAM_H
#define TEAM_H
#include "Player.h"
namespace GameLogic
{

View File

@ -82,7 +82,7 @@ bool TeamManager::AddPlayerToTeam(Player *player,int teamID)
bool TeamManager::AddPlayerToTeam(Player *player)
{
return false;
}
bool TeamManager::IsValidTeam(int teamID)