mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
* version set 0.73b
* config entry for 1600x1200 resolution * several fixes * http://vcmi.antypika.aplus.pl/forum/viewtopic.php?p=3185#3185
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "../global.h"
|
||||
#include <boost/thread.hpp>
|
||||
#include "../lib/IGameCallback.h"
|
||||
#include "../lib/CondSh.h"
|
||||
|
||||
/*
|
||||
* Client.h, part of VCMI engine
|
||||
@@ -62,7 +63,10 @@ public:
|
||||
SharedMem *shared;
|
||||
BattleAction *curbaction;
|
||||
|
||||
CondSh<bool> waitingRequest;
|
||||
|
||||
void waitForMoveAndSend(int color);
|
||||
//void sendRequest(const CPackForServer *request, bool waitForRealization);
|
||||
CClient(void);
|
||||
CClient(CConnection *con, StartInfo *si);
|
||||
~CClient(void);
|
||||
|
||||
Reference in New Issue
Block a user