From b98dbac4ed2f755ce71bd9be17f26a3f86c1e3cc Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 4 Jul 2017 15:15:48 -0400 Subject: Lots of changes * client no longer crashes when closed * started work on adding physics types * some bugfixes to core lua api --- src/client/lua_api/phys/bphysbox.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/client/lua_api/phys/bphysbox.hpp (limited to 'src/client/lua_api/phys/bphysbox.hpp') diff --git a/src/client/lua_api/phys/bphysbox.hpp b/src/client/lua_api/phys/bphysbox.hpp new file mode 100644 index 0000000..cad3d02 --- /dev/null +++ b/src/client/lua_api/phys/bphysbox.hpp @@ -0,0 +1,11 @@ + +#include +#include +extern "C" { + #include + #include + #include +} +#include + +int bphysbox_register(lua_State* L, irr::IrrlichtDevice* d); -- cgit v1.2.3-70-g09d2