Browse Source

Fix ios compilation

nordsoft 2 years ago
parent
commit
2ce50915e1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      lib/TurnTimerInfo.cpp

+ 4 - 0
lib/TurnTimerInfo.cpp

@@ -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