summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-05-30 19:11:34 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-30 19:11:34 (GMT)
commitb0659e3dd190070fdc8b1b5bb404e411825e205a (patch)
tree7353a8e151cdc53de4be6621bd6279a04238a482 /includes
parentd5f1a4cfd073f87d636e6975c28d42b8a7456840 (diff)
downloadpowder-b0659e3dd190070fdc8b1b5bb404e411825e205a.zip
powder-b0659e3dd190070fdc8b1b5bb404e411825e205a.tar.gz
Step code registration, just an example at the moment
Diffstat (limited to 'includes')
-rw-r--r--includes/luaconsole.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h
index a9c7eae..cb1bb12 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -33,4 +33,5 @@ int luatpt_textwidth(lua_State* l);
int luatpt_get_name(lua_State* l);
int luatpt_set_shortcuts(lua_State* l);
int luatpt_delete(lua_State* l);
+int luatpt_register_step(lua_State* l);
#endif