terom@93: #ifndef LUA_OBJS_H terom@93: #define LUA_OBJS_H terom@93: terom@93: /** terom@93: * @file terom@93: * terom@93: * Defines lua functions to access the various objects in a nexus terom@93: */ terom@105: #include "nexus_lua.h" terom@93: terom@116: #include terom@116: #include terom@116: terom@141: /** terom@116: * Registers our lua runtime objects into the given lua state. terom@116: * terom@116: * Call in protected mode. terom@116: */ terom@116: void lua_objs_init (struct nexus_lua *lua); terom@93: terom@93: #endif /* LUA_OBJS_H */