Step code registration, just an example at the moment

This commit is contained in:
Simon Robertshaw
2011-05-30 20:11:34 +01:00
parent d5f1a4cfd0
commit b0659e3dd1
3 changed files with 25 additions and 1 deletions

View File

@@ -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