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:
parent
a8e5b32b6a
commit
2ce50915e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user