Changeset 10716 in orxonox.OLD for branches/presentation/src/util/hud.h
- Timestamp:
- Jun 18, 2007, 4:06:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/util/hud.h
r10698 r10716 47 47 void notifyUser(const std::string& message); 48 48 49 inline void setMode(Hud::Playmode playmode) {this->playmode = playmode;};49 void setMode(Hud::Playmode playmode); 50 50 inline Hud::Playmode getMode() {return this->playmode;}; 51 51 … … 93 93 private: 94 94 void updateResolution(); 95 void init(); 95 96 //void createShipValuesBox(); 96 97 … … 119 120 OrxGui::GLGuiWidget* middleRect; 120 121 OrxGui::GLGuiWidget* barSocket; 122 OrxGui::GLGuiImage* topHit; 123 OrxGui::GLGuiImage* bottomHit; 124 OrxGui::GLGuiImage* leftHit; 125 OrxGui::GLGuiImage* rightHit; 121 126 bool overlayActive; 122 127 int overlayPercentage; //the percentage of the screen, the player has got for his movements. should always be a value between 0 and 1;
Note: See TracChangeset
for help on using the changeset viewer.