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