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