1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

fix building vcmiLua for iOS

This commit is contained in:
Andrey Filipenkov
2022-08-15 14:38:17 +03:00
parent 7b411a5fc4
commit a851e630d5
75 changed files with 279 additions and 8 deletions

View File

@ -19,6 +19,8 @@
#include "../../../lib/battle/Unit.h"
#include "../../../lib/BattleFieldHandler.h"
VCMI_LIB_NAMESPACE_BEGIN
namespace scripting
{
namespace api
@ -114,3 +116,5 @@ int BattleCbProxy::getUnitByPos(lua_State * L)
}
}
VCMI_LIB_NAMESPACE_END