Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2009, 12:38:36 AM (15 years ago)
Author:
landauf
Message:

Removed /objects/ from all paths (except from those in the objects module of course).
Compiles again.

Location:
code/branches/libraries2/src/orxonox/items
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries2/src/orxonox/items/Engine.cc

    r3325 r5735  
    3333#include "core/ConfigValueIncludes.h"
    3434#include "core/XMLPort.h"
    35 #include "objects/Scene.h"
    36 #include "objects/worldentities/pawns/SpaceShip.h"
    37 #include "objects/pickup/ModifierType.h"
     35#include "Scene.h"
     36#include "worldentities/pawns/SpaceShip.h"
     37#include "pickup/ModifierType.h"
    3838#include "tools/Shader.h"
    3939#include "sound/SoundBase.h"
  • code/branches/libraries2/src/orxonox/items/MultiStateEngine.cc

    r3280 r5735  
    3232#include "core/GameMode.h"
    3333#include "core/XMLPort.h"
    34 #include "objects/worldentities/pawns/SpaceShip.h"
     34#include "worldentities/pawns/SpaceShip.h"
    3535
    3636namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.