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

void bcharactercontroller_register(lua_State* L);
void makenewbcharactercontroller(lua_State* L);
extern const luaL_reg bcharactercontroller_m[];