Allow to exit Game when a connection drops

This commit is contained in:
André Schweiger 2018-02-05 19:06:48 +01:00
parent 4a4f1ecb0e
commit 265a322535
6 changed files with 96 additions and 11 deletions

View file

@ -12,6 +12,7 @@ void synchronizerSetPlayerUID(int playerID, u32 uid);
void synchronizerSendIfReady();
void synchronizerSetPlayerReady(int playerID);
bool synchronizerAllReady();
bool synchronizerIsRunning();
void synchronizerStart();