diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-03 13:21:46 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-03 13:21:46 (GMT) |
| commit | fc426b240438dec874779e8a9c39fd3959fb7206 (patch) | |
| tree | 65341c4a5ae5a1243f4a1fd14e86eb8537500ebe | |
| parent | 3f072d9bc309be57141b0cc9a6c777bf883977cb (diff) | |
| download | powder-fc426b240438dec874779e8a9c39fd3959fb7206.zip powder-fc426b240438dec874779e8a9c39fd3959fb7206.tar.gz | |
Unregister function (not implemented)
| -rw-r--r-- | includes/luaconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h index c646619..1d956ea 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -36,4 +36,5 @@ 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); +int luatpt_unregister_step(lua_State* l); #endif |
