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

int bphysbox_register(lua_State* L, irr::IrrlichtDevice* d);
static int bphyssetpos(lua_State *L);
static int bphysgetpos(lua_State *L);