mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-22 02:00:52 +00:00
7 lines
No EOL
252 B
C++
7 lines
No EOL
252 B
C++
#pragma once
|
|
|
|
namespace app::lua_bind {
|
|
namespace AbsorberModule {
|
|
u64 set_status(u64,int,int shieldStatus,int) asm("_ZN3app8lua_bind31AbsorberModule__set_status_implEPNS_26BattleObjectModuleAccessorEiNS_12ShieldStatusEi") LINKABLE;
|
|
}
|
|
} |