- Timestamp:
- May 18, 2018, 12:38:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanHUDinfo.h
r11976 r11978 69 69 { return this->bShowGhoststatus_; } 70 70 71 inline void setGameover(bool value){ 72 this->showgameover = value; 73 } 74 inline int getGameover() const 75 { return this->showgameover; } 76 77 inline void setlive(bool value){ 78 this->showlive = value; 79 } 80 inline int getlive() const 81 { return this->showlive; } 82 83 71 84 private: 72 85 Pacman* PacmanGame; … … 74 87 bool bShowMessage_; 75 88 bool bShowGhoststatus_; 89 bool showgameover; 90 bool showlive; 76 91 int messageID; 77 92 };
Note: See TracChangeset
for help on using the changeset viewer.