aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/phys/butil.hpp
blob: c288b97a7d8970ed98cbf7a3d60ae4e116a8639e (plain)
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);