19 #include <core/exception.h>
29 TOLUA_API
int tolua_fawkesnavgraph_open (lua_State* tolua_S);
33 static void tolua_reg_types (lua_State* tolua_S)
38 TOLUA_API
int tolua_fawkesnavgraph_open (lua_State* tolua_S)
41 tolua_reg_types(tolua_S);
42 tolua_module(tolua_S,NULL,0);
43 tolua_beginmodule(tolua_S,NULL);
44 tolua_endmodule(tolua_S);
50 #if defined(LUA_VERSION_NUM) && LUA_VERSION_NUM >= 501
51 TOLUA_API
int luaopen_fawkesnavgraph (lua_State* tolua_S) {
52 return tolua_fawkesnavgraph_open(tolua_S);