luainstance: export FontHeight to Lua scripts

This commit is contained in:
Stefan Seyfried
2013-03-22 22:22:21 +01:00
committed by M. Liebmann
parent f43585cbe3
commit f7fc13becd
2 changed files with 17 additions and 0 deletions

View File

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