Changeset 10692 for code/branches/fabienHS15/src/modules/pickup/items
- Timestamp:
- Oct 25, 2015, 7:09:11 PM (9 years ago)
- Location:
- code/branches/fabienHS15/src/modules/pickup/items
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/modules/pickup/items/CMakeLists.txt
r9348 r10692 8 8 ShrinkPickup.cc 9 9 DamageBoostPickup.cc 10 MunitionPickup.cc 10 11 ) -
code/branches/fabienHS15/src/modules/pickup/items/DronePickup.h
r9667 r10692 43 43 #include "tools/interfaces/Tickable.h" 44 44 45 namespace orxonox { 45 namespace orxonox 46 { 46 47 47 48 /** … … 80 81 std::string droneTemplate_; //!< The name of the template, based upon which the Drone is created. 81 82 Pawn* carrierToPawnHelper(void); //!< Helper to transform the PickupCarrier to a Pawn, and throw an error message if the conversion fails. 82 83 84 85 83 }; 86 84 }
Note: See TracChangeset
for help on using the changeset viewer.