From 76b4fddee6106b60dbc6da6d7bcef61b42a3c310 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 29 Jul 2017 13:53:52 -0400 Subject: Added gui window Bound irrlicht's IGUIWindow to lua --- src/client/lua_api/phys/bphysbuffer.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/client/lua_api/phys/bphysbuffer.hpp (limited to 'src/client/lua_api/phys/bphysbuffer.hpp') 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 +#include +extern "C" { + #include + #include + #include +} +#include + +int bphysmodel_register(lua_State* L, irr::IrrlichtDevice* d); -- cgit v1.2.3-70-g09d2