mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Add game pause
This commit is contained in:
@ -265,6 +265,11 @@ void CPlayerInterface::performAutosave()
|
||||
}
|
||||
}
|
||||
|
||||
void CPlayerInterface::gamePause(bool pause)
|
||||
{
|
||||
cb->gamePause(pause);
|
||||
}
|
||||
|
||||
void CPlayerInterface::yourTurn(QueryID queryID)
|
||||
{
|
||||
EVENT_HANDLER_CALLED_BY_CLIENT;
|
||||
|
Reference in New Issue
Block a user