Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2017, 11:32:26 AM (8 years ago)
Author:
vyang
Message:

Kommentare

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Asteroid_HS17/src/modules/asteroids2D/Asteroids2DHUDinfo.h

    r11645 r11669  
    2121 *
    2222 *   Author:
    23  *      Florian Zinggeler
     23 *      Viviane Yang
     24 *     
     25 *      TODO: - get information for lives and level from gametype
     26 *            - implement it as you did for points 
    2427 *
    2528 */
     
    5356                { return this->bShowPoints_; }
    5457
    55             inline void setShowHealth(bool value)
    56                 { this->bShowHealth_ = value; }
    57             inline bool getShowHealth() const
    58                 { return this->bShowHealth_; }
    59 
    6058
    6159        private:
     
    6462            bool bShowLevel_;
    6563            bool bShowPoints_;
    66             bool bShowHealth_;
     64
    6765
    6866    };
Note: See TracChangeset for help on using the changeset viewer.