- added player status for network based games so players can indicate if they are ready to play or not

This commit is contained in:
Mark Vejvoda
2011-03-11 11:11:46 +00:00
parent f46eaa159a
commit e070cf2cbb
13 changed files with 330 additions and 54 deletions

View File

@@ -121,6 +121,9 @@ protected:
Mutex dataSynchAccessorRead;
Mutex dataSynchAccessorWrite;
Mutex inSocketDestructorSynchAccessor;
bool inSocketDestructor;
public:
Socket(PLATFORM_SOCKET sock);
Socket();