Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2013, 3:53:08 PM (10 years ago)
Author:
zifloria
Message:

yeaHHH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/modules/invader/InvaderHUDinfo.h

    r9828 r9854  
    6060                { return this->bShowPoints_; }
    6161
     62            inline void setShowMultiplier(bool value)
     63                { this->bShowMultiplier_ = value; }
     64            inline bool getShowMultiplier() const
     65                { return this->bShowMultiplier_; }
     66
     67
    6268        private:
    6369            Invader* InvaderGame;
     
    6571            bool bShowLevel_;
    6672            bool bShowPoints_;
     73            bool bShowMultiplier_;
    6774    };
    6875}
Note: See TracChangeset for help on using the changeset viewer.