Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2009, 5:03:51 PM (16 years ago)
Author:
rgrieder
Message:

Small changes and cleaned out RadarViewable which saves me probably more than a minute when recompiling…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/RadarViewable.h

    r3130 r3157  
    3131
    3232#include "OrxonoxPrereqs.h"
     33
    3334#include <string>
    3435#include <cassert>
     36
    3537#include "util/Math.h"
    3638#include "util/Debug.h"
    3739#include "core/OrxonoxClass.h"
    38 
    39 #include <string>
    40 #include <OgreSceneNode.h>
    41 #include <OgreEntity.h>
    42 #include <OgreManualObject.h>
    43 #include "orxonox/tools/DynamicLines.h"
    4440
    4541namespace orxonox
     
    110106        void updateMapPosition();
    111107        bool isHumanShip_;
    112         inline std::string getUniqueId()
     108        inline const std::string& getUniqueId()
    113109        {
    114110            return this->uniqueId_;
Note: See TracChangeset for help on using the changeset viewer.