- Timestamp:
- Dec 13, 2017, 11:32:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Asteroid_HS17/src/modules/asteroids2D/Asteroids2DHUDinfo.h
r11645 r11669 21 21 * 22 22 * 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 24 27 * 25 28 */ … … 53 56 { return this->bShowPoints_; } 54 57 55 inline void setShowHealth(bool value)56 { this->bShowHealth_ = value; }57 inline bool getShowHealth() const58 { return this->bShowHealth_; }59 60 58 61 59 private: … … 64 62 bool bShowLevel_; 65 63 bool bShowPoints_; 66 bool bShowHealth_; 64 67 65 68 66 };
Note: See TracChangeset
for help on using the changeset viewer.