Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2009, 5:03:51 PM (15 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.cc

    r3130 r3157  
    3030
    3131#include <OgreSceneManager.h>
     32#include <OgreSceneNode.h>
     33#include <OgreEntity.h>
     34#include <OgreManualObject.h>
     35
    3236#include "util/Debug.h"
    33 #include "util/Exception.h"
     37#include "util/String.h"
    3438#include "core/CoreIncludes.h"
     39#include "orxonox/tools/DynamicLines.h"
    3540#include "objects/worldentities/WorldEntity.h"
    3641#include "objects/Radar.h"
    37 #include "util/String.h"
    38 #include <OgreManualObject.h>
    3942#include "overlays/map/Map.h"
    40 #include "orxonox/tools/DynamicLines.h"
    4143
    4244namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.