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/controllers/HumanController.cc

    r5734 r5735  
    3131#include "core/CoreIncludes.h"
    3232#include "core/ConsoleCommand.h"
    33 #include "objects/worldentities/ControllableEntity.h"
    34 #include "objects/worldentities/pawns/Pawn.h"
    35 #include "objects/gametypes/Gametype.h"
    36 #include "objects/infos/PlayerInfo.h"
     33#include "worldentities/ControllableEntity.h"
     34#include "worldentities/pawns/Pawn.h"
     35#include "gametypes/Gametype.h"
     36#include "infos/PlayerInfo.h"
    3737#include "overlays/Map.h"
    3838
Note: See TracChangeset for help on using the changeset viewer.