Signals/callbacks when spectators join or leave.

This commit is contained in:
lotodore
2013-08-19 22:50:56 +02:00
parent ffafa23efc
commit 1d0b9fc5f2
15 changed files with 176 additions and 11 deletions
+1
View File
@@ -100,6 +100,7 @@ struct GameInfo {
GameMode mode;
unsigned adminPlayerId;
PlayerIdList players;
PlayerIdList spectators;
bool isPasswordProtected;
};