src/lua_objs.h
changeset 105 b6b183fbf373
parent 93 42ade8285570
child 106 f00661136ac2
--- a/src/lua_objs.h	Wed Apr 01 00:38:16 2009 +0300
+++ b/src/lua_objs.h	Wed Apr 01 00:57:34 2009 +0300
@@ -6,13 +6,11 @@
  *
  * Defines lua functions to access the various objects in a nexus
  */
-#include "nexus.h"
-
-#include <lua5.1/lua.h>
+#include "nexus_lua.h"
 
 /**
  * Registers our lua runtime objects into the given lua state
  */
-err_t lua_objs_init (lua_State *L, struct nexus *nexus);
+err_t lua_objs_init (struct nexus_lua *lua);
 
 #endif /* LUA_OBJS_H */