Add function callisto_openall(lua_State *)
This commit is contained in:
parent
941722cb01
commit
05bdda5d05
2 changed files with 11 additions and 5 deletions
|
@ -38,6 +38,7 @@ int luaopen_process(lua_State *);
|
|||
int luaopen_socket(lua_State *);
|
||||
|
||||
lua_State *callisto_newstate(void);
|
||||
void callisto_openall(lua_State *);
|
||||
void callisto_openlibs(lua_State *);
|
||||
void callisto_setversion(lua_State *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue