diff options
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
| -rw-r--r-- | src/cat/LuaScriptInterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h index 9ae995a..e40ca2d 100644 --- a/src/cat/LuaScriptInterface.h +++ b/src/cat/LuaScriptInterface.h @@ -49,6 +49,7 @@ class LuaScriptInterface: public CommandInterface { //Elements void initElementsAPI(); static int elements_allocate(lua_State * l); + static int elements_element(lua_State * l); static int elements_free(lua_State * l); public: lua_State *l; |
