mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-16 09:53:43 +02:00
CLuaInstance: Add function 'functionDeprecated()' for debug output...
...when a script function is deprecated.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user