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/gametypes/Gametype.cc

    r3196 r5735  
    3434#include "core/GameMode.h"
    3535
    36 #include "objects/infos/PlayerInfo.h"
    37 #include "objects/infos/Bot.h"
    38 #include "objects/worldentities/Camera.h"
    39 #include "objects/worldentities/ControllableEntity.h"
    40 #include "objects/worldentities/SpawnPoint.h"
    41 #include "objects/worldentities/pawns/Spectator.h"
    42 #include "objects/worldentities/pawns/Pawn.h"
     36#include "infos/PlayerInfo.h"
     37#include "infos/Bot.h"
     38#include "worldentities/Camera.h"
     39#include "worldentities/ControllableEntity.h"
     40#include "worldentities/SpawnPoint.h"
     41#include "worldentities/pawns/Spectator.h"
     42#include "worldentities/pawns/Pawn.h"
    4343#include "overlays/OverlayGroup.h"
    4444
Note: See TracChangeset for help on using the changeset viewer.