Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2009, 8:20:14 PM (15 years ago)
Author:
rgrieder
Message:

Cleanup in gametypes, infos and items

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/gametypes/Gametype.cc

    r3110 r3179  
    2929#include "Gametype.h"
    3030
    31 #include <cstdlib>
    32 #include <ctime>
    33 
     31#include "util/Debug.h"
     32#include "util/Math.h"
    3433#include "core/CoreIncludes.h"
    3534#include "core/ConfigValueIncludes.h"
    36 #include "core/Template.h"
    3735#include "core/GameMode.h"
    38 #include "overlays/OverlayGroup.h"
     36#include "core/ObjectList.h"
     37
    3938#include "objects/infos/PlayerInfo.h"
    4039#include "objects/infos/Bot.h"
     40#include "objects/worldentities/Camera.h"
     41#include "objects/worldentities/ControllableEntity.h"
     42#include "objects/worldentities/SpawnPoint.h"
    4143#include "objects/worldentities/pawns/Spectator.h"
    42 #include "objects/worldentities/SpawnPoint.h"
    43 #include "objects/worldentities/Camera.h"
     44#include "overlays/OverlayGroup.h"
    4445
    4546namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.