mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Fix compiling
This commit is contained in:
@ -1563,6 +1563,10 @@ int CGameHandler::moveStack(int stack, BattleHex dest)
|
||||
return ret;
|
||||
}
|
||||
|
||||
CGameHandler::CGameHandler()
|
||||
: turnTimerHandler(*this)
|
||||
{}
|
||||
|
||||
CGameHandler::CGameHandler(CVCMIServer * lobby)
|
||||
: lobby(lobby)
|
||||
, heroPool(std::make_unique<HeroPoolProcessor>(this))
|
||||
|
Reference in New Issue
Block a user