mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-22 02:00:52 +00:00
7 lines
265 B
C++
7 lines
265 B
C++
#pragma once
|
|
|
|
namespace app::lua_bind {
|
|
namespace InkPaintModule {
|
|
u64 set_special_paint(u64,int specialPaintKind) asm("_ZN3app8lua_bind38InkPaintModule__set_special_paint_implEPNS_26BattleObjectModuleAccessorENS_16SpecialPaintKindE") LINKABLE;
|
|
}
|
|
}
|