mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
fix building vcmiLua for iOS
This commit is contained in:
scripting/lua
CMakeLists.txtLuaCallWrapper.hLuaFunctor.hLuaReference.cppLuaReference.hLuaScriptModule.cppLuaScriptModule.hLuaScriptingContext.cppLuaScriptingContext.hLuaSpellEffect.cppLuaSpellEffect.hLuaStack.cppLuaStack.hLuaWrapper.hStdInc.cppStdInc.h
api
Artifact.cppArtifact.hBattleCb.cppBattleCb.hBonusSystem.cppBonusSystem.hCreature.cppCreature.hFaction.cppFaction.hGameCb.cppGameCb.hHeroClass.cppHeroClass.hHeroInstance.cppHeroInstance.hHeroType.cppHeroType.hObjectInstance.cppObjectInstance.hPlayer.cppPlayer.hRegistry.cppRegistry.hServerCb.cppServerCb.hServices.cppServices.hSkill.cppSkill.hSpell.cppSpell.hStackInstance.cppStackInstance.h
battle
events
AdventureEvents.cppAdventureEvents.hBattleEvents.cppBattleEvents.hEventBusProxy.cppEventBusProxy.hGenericEvents.cppGenericEvents.hSubscriptionRegistryProxy.cppSubscriptionRegistryProxy.h
netpacks
@ -16,6 +16,8 @@
|
||||
#include "../LuaStack.h"
|
||||
#include "../LuaCallWrapper.h"
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
namespace scripting
|
||||
{
|
||||
namespace api
|
||||
@ -32,3 +34,5 @@ const std::vector<SkillProxy::CustomRegType> SkillProxy::REGISTER_CUSTOM =
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
VCMI_LIB_NAMESPACE_END
|
||||
|
Reference in New Issue
Block a user