Changeset 6516 for code/branches/pickup3/src/modules/pickup/DroppedPickup.h
- Timestamp:
- Mar 11, 2010, 10:59:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/modules/pickup/DroppedPickup.h
r6496 r6516 58 58 protected: 59 59 virtual Pickupable* getPickup(void); //!< Creates the Pickupable that is going to get picked up. 60 61 private:62 void initialize(void); //!< Initializes the member variables of the object.63 64 bool gotPickedUp_; //!< Whether the pickup got picked up or not.65 60 66 61 };
Note: See TracChangeset
for help on using the changeset viewer.