src/lua_objs.h
author Tero Marttila <terom@fixme.fi>
Wed, 01 Apr 2009 18:30:47 +0300
changeset 108 50ff7ac8a725
parent 106 f00661136ac2
child 116 92e71129074d
permissions -rw-r--r--
implement modules_path + module_load with NULL path
#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 */