aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys/bghostobject.hpp
blob: 5c96f7ea1f1d89e2949cbb00b2dd632f25263818 (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);