expose icons texpos to Lua

develop
Myk Taylor 2023-01-12 22:17:39 -08:00
parent ac06508d92
commit 478b5ada39
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -1692,6 +1692,7 @@ static const LuaWrapper::FunctionReg dfhack_textures_module[] = {
WRAPM(Textures, getDfhackLogoTexposStart),
WRAPM(Textures, getGreenPinTexposStart),
WRAPM(Textures, getRedPinTexposStart),
WRAPM(Textures, getIconsTexposStart),
{ NULL, NULL }
};