Changeset 10726 for code/trunk/src/orxonox
- Timestamp:
- Oct 30, 2015, 11:52:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.