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

void cbphysbox_register(lua_State* L);