1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-02-01 23:17:24 +00:00
UltimateTrainingModpack/source/imports/app/lua_bind/CancelModule.hpp

8 lines
349 B
C++
Raw Normal View History

#pragma once
namespace app::lua_bind {
namespace CancelModule {
u64 enable_cancel(u64) asm("_ZN3app8lua_bind32CancelModule__enable_cancel_implEPNS_26BattleObjectModuleAccessorE") LINKABLE;
bool is_enable_cancel(u64) asm("_ZN3app8lua_bind35CancelModule__is_enable_cancel_implEPNS_26BattleObjectModuleAccessorE") LINKABLE;
}
}