diff options
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
| -rw-r--r-- | src/cat/LuaScriptInterface.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h index 44ad279..f4f6af7 100644 --- a/src/cat/LuaScriptInterface.h +++ b/src/cat/LuaScriptInterface.h @@ -39,6 +39,12 @@ class LuaScriptInterface: public CommandInterface { bool luacon_mousedown; bool currentCommand; TPTScriptInterface * legacy; + + //Renderer + void initRendererAPI(); + static int luatpt_renderer_renderModes(lua_State * l); + static int luatpt_renderer_displayModes(lua_State * l); + static int luatpt_renderer_colourMode(lua_State * l); public: lua_State *l; LuaScriptInterface(GameModel * m); |
