aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys/bphysbox.hpp
blob: cdc4476b1b54cc9d3efd1601cfcbac79d9409c4b (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>

void bphysbox_register(lua_State* L);
int newbphysbox(lua_State* L);