mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-02-01 23:17:24 +00:00
8 lines
349 B
C++
8 lines
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;
|
||
|
}
|
||
|
}
|