Changeset 10726
- Timestamp:
- Oct 30, 2015, 11:52:18 PM (9 years ago)
- Location:
- code/trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/external/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.h
r8393 r10726 64 64 65 65 public: 66 BT_DECLARE_ALIGNED_ALLOCATOR(); 66 67 67 68 enum DispatcherFlags -
code/trunk/src/external/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.h
r8393 r10726 32 32 33 33 public: 34 BT_DECLARE_ALIGNED_ALLOCATOR(); 35 34 36 btStaticPlaneShape(const btVector3& planeNormal,btScalar planeConstant); 35 37 -
code/trunk/src/external/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.h
r8393 r10726 23 23 24 24 ///btContactConstraint can be automatically created to solve contact constraints using the unified btTypedConstraint interface 25 ATTRIBUTE_ALIGNED1 6(class) btContactConstraint : public btTypedConstraint25 ATTRIBUTE_ALIGNED128(class) btContactConstraint : public btTypedConstraint 26 26 { 27 27 protected: -
code/trunk/src/external/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h
r8393 r10726 83 83 84 84 public: 85 86 BT_DECLARE_ALIGNED_ALLOCATOR(); 85 87 86 88 -
code/trunk/src/orxonox/worldentities/WorldEntity.h
r10288 r10726 37 37 #endif 38 38 #include <LinearMath/btMotionState.h> 39 #include <LinearMath/btAlignedAllocator.h> 39 40 40 41 #include "util/Math.h" … … 74 75 75 76 public: 77 BT_DECLARE_ALIGNED_ALLOCATOR(); 78 76 79 // Define our own transform space enum to avoid Ogre includes here 77 80 /**
Note: See TracChangeset
for help on using the changeset viewer.