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

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