Move fs.basename and fs.dirname into the path library, create errors.h
This commit is contained in:
parent
18597a772e
commit
7ff02fbbb1
6 changed files with 142 additions and 95 deletions
|
@ -17,6 +17,7 @@ static const luaL_Reg loadedlibs[] = {
|
|||
{CALLISTO_JSONLIBNAME, luaopen_json},
|
||||
{CALLISTO_MATHLIBNAME, luaopen_math},
|
||||
{CALLISTO_OSLIBNAME, luaopen_os},
|
||||
{CALLISTO_PATHLIBNAME, luaopen_path},
|
||||
{CALLISTO_PROCLIBNAME, luaopen_process},
|
||||
{CALLISTO_SOCKLIBNAME, luaopen_socket},
|
||||
{NULL, NULL}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue