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/worldentities/pawns
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries2/src/orxonox/worldentities/pawns/Destroyer.cc

    r3325 r5735  
    3030
    3131#include "core/CoreIncludes.h"
    32 #include "objects/gametypes/UnderAttack.h"
     32#include "gametypes/UnderAttack.h"
    3333
    3434namespace orxonox
  • code/branches/libraries2/src/orxonox/worldentities/pawns/Pawn.cc

    r3300 r5735  
    3838#include "interfaces/PawnListener.h"
    3939#include "PawnManager.h"
    40 #include "objects/infos/PlayerInfo.h"
    41 #include "objects/gametypes/Gametype.h"
    42 #include "objects/worldentities/ParticleSpawner.h"
    43 #include "objects/worldentities/ExplosionChunk.h"
    44 #include "objects/worldentities/BigExplosion.h"
    45 #include "objects/weaponsystem/WeaponSystem.h"
    46 #include "objects/weaponsystem/WeaponSlot.h"
    47 #include "objects/weaponsystem/WeaponPack.h"
    48 #include "objects/weaponsystem/WeaponSet.h"
     40#include "infos/PlayerInfo.h"
     41#include "gametypes/Gametype.h"
     42#include "worldentities/ParticleSpawner.h"
     43#include "worldentities/ExplosionChunk.h"
     44#include "worldentities/BigExplosion.h"
     45#include "weaponsystem/WeaponSystem.h"
     46#include "weaponsystem/WeaponSlot.h"
     47#include "weaponsystem/WeaponPack.h"
     48#include "weaponsystem/WeaponSet.h"
    4949
    5050
  • code/branches/libraries2/src/orxonox/worldentities/pawns/Pawn.h

    r3214 r5735  
    3434#include <string>
    3535#include "interfaces/RadarViewable.h"
    36 #include "objects/worldentities/ControllableEntity.h"
    37 #include "objects/pickup/PickupCollection.h"
     36#include "worldentities/ControllableEntity.h"
     37#include "pickup/PickupCollection.h"
    3838
    3939namespace orxonox
     
    114114            virtual void useItem()
    115115                { this->pickups_.useItem(); }
    116            
     116
    117117            virtual void startLocalHumanControl();
    118118
  • code/branches/libraries2/src/orxonox/worldentities/pawns/SpaceShip.cc

    r3325 r5735  
    3535#include "core/Template.h"
    3636#include "core/XMLPort.h"
    37 #include "objects/items/Engine.h"
     37#include "items/Engine.h"
    3838
    3939namespace orxonox
  • code/branches/libraries2/src/orxonox/worldentities/pawns/Spectator.cc

    r3280 r5735  
    3434
    3535#include "tools/BillboardSet.h"
    36 #include "objects/Scene.h"
    37 #include "objects/infos/PlayerInfo.h"
     36#include "Scene.h"
     37#include "infos/PlayerInfo.h"
    3838
    3939namespace orxonox
  • code/branches/libraries2/src/orxonox/worldentities/pawns/Spectator.h

    r3196 r5735  
    3333
    3434#include "util/Math.h"
    35 #include "objects/worldentities/ControllableEntity.h"
     35#include "worldentities/ControllableEntity.h"
    3636
    3737namespace orxonox
  • code/branches/libraries2/src/orxonox/worldentities/pawns/TeamBaseMatchBase.cc

    r3325 r5735  
    3333#include "interfaces/PawnListener.h"
    3434#include "interfaces/TeamColourable.h"
    35 #include "objects/gametypes/TeamBaseMatch.h"
     35#include "gametypes/TeamBaseMatch.h"
    3636
    3737namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.