mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-08 23:55:24 +00:00
8 lines
390 B
C++
8 lines
390 B
C++
|
#pragma once
|
||
|
|
||
|
namespace app::lua_bind {
|
||
|
namespace FighterStopModuleImpl {
|
||
|
float get_damage_stop_frame(u64) asm("_ZN3app8lua_bind49FighterStopModuleImpl__get_damage_stop_frame_implEPNS_26BattleObjectModuleAccessorE") LINKABLE;
|
||
|
bool is_damage_stop(u64) asm("_ZN3app8lua_bind42FighterStopModuleImpl__is_damage_stop_implEPNS_26BattleObjectModuleAccessorE") LINKABLE;
|
||
|
}
|
||
|
}
|