diff -r 5229a5d098b2 -r cefec18b8268 src/spbot/lua_objs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/spbot/lua_objs.h Thu May 28 01:17:36 2009 +0300 @@ -0,0 +1,21 @@ +#ifndef LUA_OBJS_H +#define LUA_OBJS_H + +/** + * @file + * + * Defines lua functions to access the various objects in a nexus + */ +#include "nexus_lua.h" + +#include +#include + +/** + * Registers our lua runtime objects into the given lua state. + * + * Call in protected mode. + */ +void lua_objs_init (struct nexus_lua *lua); + +#endif /* LUA_OBJS_H */