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

void bphysbox_register(lua_State* L);
void makenewbphysbox(lua_State* L);