- Timestamp:
- Sep 1, 2009, 12:38:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries2/src/orxonox/worldentities/pawns/Pawn.h
r3214 r5735 34 34 #include <string> 35 35 #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" 38 38 39 39 namespace orxonox … … 114 114 virtual void useItem() 115 115 { this->pickups_.useItem(); } 116 116 117 117 virtual void startLocalHumanControl(); 118 118
Note: See TracChangeset
for help on using the changeset viewer.