GameState::GetNumHumanPlayers

This commit is contained in:
Glenn Maynard
2004-03-20 17:45:34 +00:00
parent c5f47ff882
commit 78fea60b31
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@ public:
bool IsHumanPlayer( PlayerNumber pn ) const;
bool IsHumanPlayer( int p ) const { return IsHumanPlayer( (PlayerNumber)p ); };
int GetNumHumanPlayers() const;
PlayerNumber GetFirstHumanPlayer() const;
bool IsCpuPlayer( PlayerNumber pn ) const;
bool IsCpuPlayer( int p ) const { return IsCpuPlayer( (PlayerNumber)p ); };