From d5cd0c7b4425e25b11a1ceec154a5c752d508a42 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 26 Jun 2019 16:14:00 -0400 Subject: Major refactor of physics code Move all the physics code into the shared directory, and fix the ghost objects (aabb only) --- src/shared/lua_api/phys/bhingeconstraint.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/shared/lua_api/phys/bhingeconstraint.cpp') diff --git a/src/shared/lua_api/phys/bhingeconstraint.cpp b/src/shared/lua_api/phys/bhingeconstraint.cpp index ab6fb50..a8c6567 100644 --- a/src/shared/lua_api/phys/bhingeconstraint.cpp +++ b/src/shared/lua_api/phys/bhingeconstraint.cpp @@ -8,15 +8,9 @@ extern "C" { #include } #include -#include #include #include -using namespace irr; -using namespace scene; -using namespace core; -using namespace video; - extern btDiscreteDynamicsWorld* World; extern std::list Objects; -- cgit v1.2.3-70-g09d2