Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2011, 11:35:05 PM (13 years ago)
Author:
dafrick
Message:

Moving space bounaries into modules/objects

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/modules/objects/SpaceBoundaries.cc

    r8628 r8632  
    2929#include "SpaceBoundaries.h"
    3030
    31 #include "worldentities/MobileEntity.h"
    32 #include "worldentities/ControllableEntity.h"
     31#include <OgreBillboardSet.h>
     32
     33#include "core/CoreIncludes.h"
    3334#include "core/ObjectListIterator.h"
    3435#include "core/XMLPort.h"
     36
     37#include "graphics/Billboard.h"
     38#include "infos/PlayerInfo.h"
     39#include "worldentities/WorldEntity.h"
    3540#include "worldentities/pawns/Pawn.h"
    36 #include "infos/PlayerInfo.h"
    37 #include "interfaces/RadarViewable.h"
    38 #include "graphics/Billboard.h"
    39 #include <OgreBillboardSet.h>
    40 
    4141
    4242namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.