diff options
author | Benjamin Cohen <bencoh@notk.org> | 2011-11-29 21:47:35 +0100 |
---|---|---|
committer | Benjamin Cohen <bencoh@notk.org> | 2011-11-29 21:47:35 +0100 |
commit | 67dec7c3daaee2e86c512d0984e9ab23b376892b (patch) | |
tree | 102b3dc9ade5f874b6a246269d7df89c64e40c3c /Game.h | |
parent | eec305c93536dabd30a1c38cd6270c2bdc8a5e98 (diff) | |
parent | 9530e479e37914417a2835f37284f050c0265555 (diff) |
Merge branch 'master' of gitolite@notk.org:trolltron
Diffstat (limited to 'Game.h')
-rw-r--r-- | Game.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ private: void init(int width, int height, PlayerNumber num);
void init_player(Player& player, PlayerNumber i, PlayerNumber num);
static PlayerColor getColor(PlayerNumber n);
+ void killPlayer(Player *player);
std::vector<Player> m_vPlayers;
bool m_gameRunning;
|