Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 16, 2009, 2:25:05 PM (16 years ago)
Author:
rgrieder
Message:

Last part of the cleanup: world entities.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.cc

    r3164 r3186  
    3030#include "WorldEntity.h"
    3131
    32 #include <cassert>
    3332#include <OgreSceneNode.h>
    3433#include <OgreSceneManager.h>
     
    3837#include "util/OrxAssert.h"
    3938#include "util/Convert.h"
     39#include "util/Exception.h"
    4040#include "core/CoreIncludes.h"
    4141#include "core/XMLPort.h"
    42 
    4342#include "objects/Scene.h"
    4443#include "objects/collisionshapes/WorldEntityCollisionShape.h"
     
    507506
    508507    // Note: These functions are placed in WorldEntity.h as inline functions for the release build.
    509 #ifndef NDEBUG
     508#ifndef ORXONOX_RELEASE
    510509    const Vector3& WorldEntity::getPosition() const
    511510    {
Note: See TracChangeset for help on using the changeset viewer.