summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2013-02-16 14:49:05 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2013-02-16 14:49:05 (GMT)
commit8d04b260a7966a31919e9b8dae8da852a47d9313 (patch)
treec2a9e7e2686a6e29a40076082eb8809c7fbb2a8c /src/cat/LuaScriptInterface.h
parent01cd146ee910fb9e62859583842c9842b539565b (diff)
downloadpowder-8d04b260a7966a31919e9b8dae8da852a47d9313.zip
powder-8d04b260a7966a31919e9b8dae8da852a47d9313.tar.gz
Add missing removeComponent for Lua API
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
-rw-r--r--src/cat/LuaScriptInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h
index f7b1a13..d925bbe 100644
--- a/src/cat/LuaScriptInterface.h
+++ b/src/cat/LuaScriptInterface.h
@@ -89,6 +89,7 @@ class LuaScriptInterface: public CommandInterface
static int interface_showWindow(lua_State * l);
static int interface_closeWindow(lua_State * l);
static int interface_addComponent(lua_State * l);
+ static int interface_removeComponent(lua_State * l);
//VM
void initVirtualMachineAPI();