CLuaInstance: Add function 'functionDeprecated()' for debug output...

...when a script function is deprecated.
This commit is contained in:
M. Liebmann
2014-03-16 11:57:01 +01:00
parent 4df0449e39
commit 5136563035
6 changed files with 26 additions and 0 deletions

View File

@@ -161,6 +161,8 @@ private:
lua_State* lua;
void registerFunctions();
static void functionDeprecated(lua_State *L, const char* oldFunc, const char* newFunc);
static int NewWindow(lua_State *L);
static int PaintBox(lua_State *L);
static int PaintIcon(lua_State *L);