diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-10-20 14:33:06 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-10-20 14:33:06 (GMT) |
| commit | e8c53dc3e8d293ef750f3780b999783ae3537ba9 (patch) | |
| tree | d9158731234905b36cae9991f49bbe99f82cd56a /src/cat/LuaScriptInterface.h | |
| parent | eea006ad6f63083782a3decda51b6bf80caa47af (diff) | |
| download | powder-e8c53dc3e8d293ef750f3780b999783ae3537ba9.zip powder-e8c53dc3e8d293ef750f3780b999783ae3537ba9.tar.gz | |
Remove old unfinished virtual machine and Lua bindings for it
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
| -rw-r--r-- | src/cat/LuaScriptInterface.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h index eda6832..a443a9d 100644 --- a/src/cat/LuaScriptInterface.h +++ b/src/cat/LuaScriptInterface.h @@ -16,10 +16,6 @@ namespace ui class Window; } -namespace pim -{ - class VirtualMachine; -} class Tool; //Because lua only has bindings for C, we're going to have to go outside "outside" the LuaScriptInterface, this means we can only have one instance :( @@ -115,9 +111,6 @@ class LuaScriptInterface: public CommandInterface static int renderer_debugHUD(lua_State * l); //Elements - static pim::VirtualMachine * updateVirtualMachines[PT_NUM]; - static int updateVM(UPDATE_FUNC_ARGS); - // void initElementsAPI(); static int elements_allocate(lua_State * l); static int elements_element(lua_State * l); @@ -132,10 +125,6 @@ class LuaScriptInterface: public CommandInterface static int interface_addComponent(lua_State * l); static int interface_removeComponent(lua_State * l); - //VM - void initVirtualMachineAPI(); - static int virtualMachine_loadProgram(lua_State * l); - void initGraphicsAPI(); static int graphics_textSize(lua_State * l); static int graphics_drawText(lua_State * l); |
