src/lua_objs.h
author Tero Marttila <terom@fixme.fi>
Wed, 01 Apr 2009 01:41:08 +0300
changeset 106 f00661136ac2
parent 105 b6b183fbf373
child 116 92e71129074d
permissions -rw-r--r--
add nexus_lua_error for unified LUA_ERR* -> ERR_LUA_* mapping, and lua configuration support
#ifndef LUA_OBJS_H
#define LUA_OBJS_H

/**
 * @file
 *
 * Defines lua functions to access the various objects in a nexus
 */
#include "nexus_lua.h"

/**
 * Registers our lua runtime objects into the given lua state
 */
err_t lua_objs_init (struct nexus_lua *lua, struct error_info *err);

#endif /* LUA_OBJS_H */