- Timestamp:
- Dec 26, 2009, 10:06:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup3/src/modules/pickup/PickupCollection.h
r6420 r6421 69 69 70 70 bool addPickupable(Pickupable* pickup); 71 Pickupable* getPickupable(unsigned int index);71 const Pickupable* getPickupable(unsigned int index); 72 72 73 73 private: 74 74 75 std:: list<Pickupable*> pickups_;75 std::vector<Pickupable*> pickups_; 76 76 77 77 };
Note: See TracChangeset
for help on using the changeset viewer.