Changeset 3177 for code/branches/pch/src/orxonox/objects/pickup
- Timestamp:
- Jun 15, 2009, 11:52:13 AM (16 years ago)
- Location:
- code/branches/pch/src/orxonox/objects/pickup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/objects/pickup/DroppedItem.h
r3079 r3177 37 37 #include "OrxonoxPrereqs.h" 38 38 39 #include " objects/Tickable.h"39 #include "interfaces/Tickable.h" 40 40 #include "objects/worldentities/StaticEntity.h" 41 41 #include "tools/Timer.h" -
code/branches/pch/src/orxonox/objects/pickup/PickupSpawner.h
r3079 r3177 37 37 #include "OrxonoxPrereqs.h" 38 38 39 #include " objects/Tickable.h"39 #include "interfaces/Tickable.h" 40 40 #include "objects/worldentities/StaticEntity.h" 41 41 #include "tools/Timer.h"
Note: See TracChangeset
for help on using the changeset viewer.