CLuaInstance: Add function getRenderWidth()

This commit is contained in:
M. Liebmann
2014-02-21 00:00:56 +01:00
parent 3f0400a23e
commit 6475e77a84
2 changed files with 20 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ private:
static int PaintBox(lua_State *L);
static int PaintIcon(lua_State *L);
static int RenderString(lua_State *L);
static int getRenderWidth(lua_State *L);
static int FontHeight(lua_State *L);
static int GetInput(lua_State *L);
static int GCWindow(lua_State *L);