- Timestamp:
- Jun 16, 2009, 2:25:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.cc
r3164 r3186 30 30 #include "WorldEntity.h" 31 31 32 #include <cassert>33 32 #include <OgreSceneNode.h> 34 33 #include <OgreSceneManager.h> … … 38 37 #include "util/OrxAssert.h" 39 38 #include "util/Convert.h" 39 #include "util/Exception.h" 40 40 #include "core/CoreIncludes.h" 41 41 #include "core/XMLPort.h" 42 43 42 #include "objects/Scene.h" 44 43 #include "objects/collisionshapes/WorldEntityCollisionShape.h" … … 507 506 508 507 // Note: These functions are placed in WorldEntity.h as inline functions for the release build. 509 #ifndef NDEBUG508 #ifndef ORXONOX_RELEASE 510 509 const Vector3& WorldEntity::getPosition() const 511 510 {
Note: See TracChangeset
for help on using the changeset viewer.