From 035653e94a3d74b8f18c993034199d7cd08a895a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 21 Jan 2011 14:41:35 +0000 Subject: Support structures for complex entity collision, renamed sv_arrysize cvar to mem_vertex. --- src/core/physics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/physics.h') diff --git a/src/core/physics.h b/src/core/physics.h index ecceb67..3237c3a 100644 --- a/src/core/physics.h +++ b/src/core/physics.h @@ -10,6 +10,8 @@ #include "sys/sys.h" #include "math/vector3f.h" #include "math/axis.h" +#include "core/cvar.h" +#include "model/collisionmesh.h" #include "btBulletDynamicsCommon.h" #include "BulletCollision/CollisionShapes/btTriangleMesh.h" @@ -46,6 +48,7 @@ private: static btSequentialImpulseConstraintSolver *physics_solver; static unsigned long physics_timestamp; + }; } // namespace core -- cgit v1.2.3