From 478b5ada3975703a7866c9c24cfe806bf644b5e8 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Thu, 12 Jan 2023 22:17:39 -0800 Subject: [PATCH] expose icons texpos to Lua --- library/LuaApi.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/library/LuaApi.cpp b/library/LuaApi.cpp index 90815708d..9f3d590dd 100644 --- a/library/LuaApi.cpp +++ b/library/LuaApi.cpp @@ -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 } };