1 2 3 4 5 6 7 8 9
extern "C" { #include <lua.h> #include <lauxlib.h> #include <lualib.h> } #include <btBulletDynamicsCommon.h> btVector3 lua_popbtvector(lua_State* L,int pos);