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

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