Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2009, 12:38:36 AM (16 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.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
Note: See TracChangeset for help on using the changeset viewer.