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.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/client/lua_api/load_phys.hpp (limited to 'src/client/lua_api/load_phys.hpp') diff --git a/src/client/lua_api/load_phys.hpp b/src/client/lua_api/load_phys.hpp new file mode 100644 index 0000000..7ee07fe --- /dev/null +++ b/src/client/lua_api/load_phys.hpp @@ -0,0 +1,14 @@ +#ifndef __H_loadphys +#define __H_loadphys +#include +#include +#include +extern "C" { + #include + #include + #include +} +#include + +void load_physfuncs(lua_State* L); +#endif -- cgit v1.2.3-70-g09d2