Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2014, 3:40:05 PM (9 years ago)
Author:
sriedel
Message:

Final version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/surfaceraceHS14/src/modules/dodgerace2/DodgeRaceHUDinfo.h

    r10124 r10166  
    4444            DodgeRaceHUDinfo(Context* context);
    4545
    46          //   virtual void tick(float dt);
    47            // virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    48             //virtual void changedOwner();
    49 
    50             inline void setShowLives(bool value)
    51                 { this->bShowLives_ = value; }
    52             inline bool getShowLives() const
    53                 { return this->bShowLives_; }
    54 
    55             inline void setShowLevel(bool value)
    56                 { this->bShowLevel_ = value; }
    57             inline bool getShowLevel() const
    58                 { return this->bShowLevel_; }
     46            virtual void tick(float dt);
     47            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
     48            virtual void changedOwner();
    5949
    6050            inline void setShowPoints(bool value)
     
    6353                { return this->bShowPoints_; }
    6454
    65             inline void setShowMultiplier(bool value)
    66                 { this->bShowMultiplier_ = value; }
    67             inline bool getShowMultiplier() const
    68                 { return this->bShowMultiplier_; }
    69 
    7055
    7156        private:
    7257            DodgeRace* DodgeRaceGame;
    73             bool bShowLives_;
    74             bool bShowLevel_;
    7558            bool bShowPoints_;
    76             bool bShowMultiplier_;
    7759    };
    7860}
Note: See TracChangeset for help on using the changeset viewer.