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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.