Changeset 5730 for code/branches/libraries2/src/modules/objects/collisionshapes/PlaneCollisionShape.h
- Timestamp:
- Aug 31, 2009, 10:38:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries2/src/modules/objects/collisionshapes/PlaneCollisionShape.h
r5728 r5730 30 30 #define _PlaneCollisionShape_H__ 31 31 32 #include " OrxonoxPrereqs.h"32 #include "objects/ObjectsPrereqs.h" 33 33 34 34 #include "util/Math.h" 35 #include " CollisionShape.h"35 #include "objects/collisionshapes/CollisionShape.h" 36 36 37 37 namespace orxonox 38 38 { 39 class _O rxonoxExport PlaneCollisionShape : public CollisionShape39 class _ObjectsExport PlaneCollisionShape : public CollisionShape 40 40 { 41 41 public:
Note: See TracChangeset
for help on using the changeset viewer.