1 2 3 4 5 6 7
extern "C" { #include <lua.h> #include <lauxlib.h> #include <lualib.h> } extern const luaL_Reg bcollider_m[];