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/load_phys.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/client/lua_api/load_phys.cpp (limited to 'src/client/lua_api/load_phys.cpp') diff --git a/src/client/lua_api/load_phys.cpp b/src/client/lua_api/load_phys.cpp new file mode 100644 index 0000000..846d34c --- /dev/null +++ b/src/client/lua_api/load_phys.cpp @@ -0,0 +1,22 @@ +#include +#include +#include +#include +extern "C" { + #include + #include + #include +} +#include + +#include "../callbackhandeler.hpp" + +using namespace irr; +using namespace gui; +using namespace core; + +extern IrrlichtDevice* d; + +void load_physfuncs(lua_State* L){ + printf("Called load physfuncs..."); +} -- cgit v1.2.3-70-g09d2