Changeset 6539 for code/trunk
- Timestamp:
- Mar 16, 2010, 6:23:06 PM (15 years ago)
- Location:
- code/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pickup/items/MetaPickup.h
r6538 r6539 79 79 80 80 protected: 81 void initialize(void); //!< Initializes the object.82 81 void initializeIdentifier(void); //!< Initializes the PickupIdentifier of this pickup. 83 82 -
code/trunk/src/orxonox/interfaces/Pickupable.h
r6538 r6539 95 95 virtual void changedPickedUp(void) {} 96 96 97 //TODO: Better private, or protected?98 97 bool pickedUp(PickupCarrier* carrier); //!< Sets the Pickupable to picked up. 99 98 bool dropped(void); //!< Sets the Pickupable to not picked up or dropped.
Note: See TracChangeset
for help on using the changeset viewer.