Changeset 6563 for code/trunk/src/orxonox/interfaces
- Timestamp:
- Mar 18, 2010, 4:33:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/interfaces/PickupCarrier.h
r6540 r6563 61 61 class _OrxonoxExport PickupCarrier : virtual public OrxonoxClass 62 62 { 63 //! So that the different Pickupables have full access to their PickupCarrier. 63 //! So that the different Pickupables have full access to their PickupCarrier. 64 //! Friends. 64 65 friend class Pickupable; 65 66 friend class Pickup;
Note: See TracChangeset
for help on using the changeset viewer.