1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-01-22 02:00:52 +00:00
UltimateTrainingModpack/source/imports/app/lua_bind/CancelModule.hpp
2019-06-08 20:11:06 -07:00

8 lines
No EOL
349 B
C++

#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;
}
}