#include "lua.h"#include "lauxlib.h"Go to the source code of this file.
Functions | |
| void | lraspi_openlibs (lua_State *L) |
| Opens default LRaspi libraries. More... | |
| void | lraspi_dofile (lua_State *L, const char *path) |
| Opens a lua file. More... | |
| void | lraspi_newobject (lua_State *L, const char *objname, const luaL_Reg methods[]) |
| Creates a new metatable that represents an object. More... | |