From 112517494847f0c86f58544cbf4c35c9b7712ab1 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Thu, 1 Nov 2018 13:53:16 -0400 Subject: Refactored code and added library Physics code for models now lives in the shared directory. To get file loading without irrlicht, a single-file header library (lib/tinyobjloader-c) was added. Metatables for generics and physics generics have also been seperated out. --- src/client/lua_api/phys/bphysbuffer.hpp | 11 ----------- 1 file changed, 11 deletions(-) delete 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 deleted file mode 100644 index cfbf549..0000000 --- a/src/client/lua_api/phys/bphysbuffer.hpp +++ /dev/null @@ -1,11 +0,0 @@ - -#include -#include -extern "C" { - #include - #include - #include -} -#include - -void bphysmodel_register(lua_State* L); -- cgit v1.2.3-70-g09d2