mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix ios compilation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user