summaryrefslogtreecommitdiff
path: root/src/cat/LuaWindow.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/LuaWindow.h
parent01cd146ee910fb9e62859583842c9842b539565b (diff)
downloadpowder-8d04b260a7966a31919e9b8dae8da852a47d9313.zip
powder-8d04b260a7966a31919e9b8dae8da852a47d9313.tar.gz
Add missing removeComponent for Lua API
Diffstat (limited to 'src/cat/LuaWindow.h')
-rw-r--r--src/cat/LuaWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cat/LuaWindow.h b/src/cat/LuaWindow.h
index be6af92..d9d25e1 100644
--- a/src/cat/LuaWindow.h
+++ b/src/cat/LuaWindow.h
@@ -37,6 +37,7 @@ class LuaWindow
int position(lua_State * l);
int size(lua_State * l);
int addComponent(lua_State * l);
+ int removeComponent(lua_State * l);
//Set event handlers
int onInitialized(lua_State * l);