Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 11, 2018, 6:06:18 PM (7 years ago)
Author:
landauf
Message:

[AsteroidMining_HS17] cleanup changes in common code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/pickup/Pickup.h

    r11730 r11734  
    145145            virtual void changedPickedUp(void) override; //!< Should be called when the pickup has transited from picked up to dropped or the other way around.
    146146
    147 
     147        protected:
    148148            virtual bool createSpawner(void) override; //!< Facilitates the creation of a PickupSpawner upon dropping of the Pickupable.
    149 
    150 
    151         protected:
    152149
    153150            /**
Note: See TracChangeset for help on using the changeset viewer.