Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6539


Ignore:
Timestamp:
Mar 16, 2010, 6:23:06 PM (14 years ago)
Author:
dafrick
Message:

Ups. Complies and runs now.

Location:
code/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/pickup/items/MetaPickup.h

    r6538 r6539  
    7979           
    8080        protected:
    81             void initialize(void); //!< Initializes the object.
    8281            void initializeIdentifier(void); //!< Initializes the PickupIdentifier of this pickup.
    8382           
  • code/trunk/src/orxonox/interfaces/Pickupable.h

    r6538 r6539  
    9595            virtual void changedPickedUp(void) {}
    9696           
    97             //TODO: Better private, or protected?
    9897            bool pickedUp(PickupCarrier* carrier); //!< Sets the Pickupable to picked up.
    9998            bool dropped(void); //!< Sets the Pickupable to not picked up or dropped.
Note: See TracChangeset for help on using the changeset viewer.