Expose getDepthAt() to Lua

develop
lethosor 2017-06-02 15:39:49 -04:00
parent 5278856b37
commit 4eb767c3f0
1 changed files with 1 additions and 0 deletions

@ -1483,6 +1483,7 @@ static const LuaWrapper::FunctionReg dfhack_gui_module[] = {
WRAPM(Gui, showPopupAnnouncement),
WRAPM(Gui, showAutoAnnouncement),
WRAPM(Gui, revealInDwarfmodeMap),
WRAPM(Gui, getDepthAt),
{ NULL, NULL }
};