aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys/bghostobject.hpp
blob: 547aacb8b3b0dc052359d1ad6a91e776a7c1e420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdio.h>
#include <stdlib.h>
extern "C" {
  #include <lua.h>
  #include <lauxlib.h>
  #include <lualib.h>
}
#include <irrlicht.h>
#include <BulletCollision/CollisionDispatch/btGhostObject.h>

void bghostobject_register(lua_State* L);
void makeghostobject(lua_State* L);