diff options
Diffstat (limited to 'src/client/lua_api/phys/bphysbuffer.hpp')
| -rw-r--r-- | src/client/lua_api/phys/bphysbuffer.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/lua_api/phys/bphysbuffer.hpp b/src/client/lua_api/phys/bphysbuffer.hpp new file mode 100644 index 0000000..a59c451 --- /dev/null +++ b/src/client/lua_api/phys/bphysbuffer.hpp @@ -0,0 +1,11 @@ + +#include <stdio.h> +#include <stdlib.h> +extern "C" { + #include <lua.h> + #include <lauxlib.h> + #include <lualib.h> +} +#include <irrlicht.h> + +int bphysmodel_register(lua_State* L, irr::IrrlichtDevice* d); |
