1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fix ios compilation

This commit is contained in:
nordsoft 2023-08-14 05:03:50 +04:00
parent a8e5b32b6a
commit 2ce50915e1

View File

@ -10,6 +10,8 @@
#include "StdInc.h"
#include "TurnTimerInfo.h"
VCMI_LIB_NAMESPACE_BEGIN
bool TurnTimerInfo::isEnabled() const
{
return turnTimer > 0;
@ -19,3 +21,5 @@ bool TurnTimerInfo::isBattleEnabled() const
{
return battleTimer > 0;
}
VCMI_LIB_NAMESPACE_END