Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2008, 3:35:50 PM (16 years ago)
Author:
landauf
Message:

moved Debug.h, OutputHandler and OutputBuffer to util, to make COUT(x) available everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/orxonox/objects/SpaceShip.cc

    r1574 r1586  
    3838#include "util/Convert.h"
    3939#include "util/Math.h"
     40#include "util/Debug.h"
    4041#include "core/CoreIncludes.h"
    4142#include "core/ConfigValueIncludes.h"
    42 #include "core/Debug.h"
    43 #include "GraphicsEngine.h"
    4443#include "core/input/InputManager.h"
     44#include "core/XMLPort.h"
     45#include "core/ConsoleCommand.h"
    4546#include "tools/ParticleInterface.h"
     47#include "network/Client.h"
     48#include "hud/HUD.h"
    4649#include "RotatingProjectile.h"
    4750#include "ParticleProjectile.h"
    48 #include "core/XMLPort.h"
    49 #include "core/ConsoleCommand.h"
    50 #include "network/Client.h"
    51 #include "hud/HUD.h"
     51#include "GraphicsEngine.h"
    5252
    5353namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.