Changeset 8393 for code/trunk/src/external/bullet/LinearMath/btConvexHull.h
- Timestamp:
- May 3, 2011, 5:07:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/external/bullet/LinearMath/btConvexHull.h
r8351 r8393 17 17 ///includes modifications/improvements by John Ratcliff, see BringOutYourDead below. 18 18 19 #ifndef CD_HULL_H20 #define CD_HULL_H19 #ifndef BT_CD_HULL_H 20 #define BT_CD_HULL_H 21 21 22 22 #include "btVector3.h" … … 238 238 239 239 240 #endif 241 240 #endif //BT_CD_HULL_H 241
Note: See TracChangeset
for help on using the changeset viewer.