Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10716 in orxonox.OLD for branches/presentation/src/util/hud.h


Ignore:
Timestamp:
Jun 18, 2007, 4:06:03 PM (18 years ago)
Author:
bknecht
Message:

hud update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/util/hud.h

    r10698 r10716  
    4747  void notifyUser(const std::string& message);
    4848
    49   inline void setMode(Hud::Playmode playmode) {this->playmode = playmode;};
     49  void setMode(Hud::Playmode playmode);
    5050  inline Hud::Playmode getMode() {return this->playmode;};
    5151
     
    9393  private:
    9494    void updateResolution();
     95    void init();
    9596    //void createShipValuesBox();
    9697
     
    119120  OrxGui::GLGuiWidget*          middleRect;
    120121  OrxGui::GLGuiWidget*          barSocket;
     122  OrxGui::GLGuiImage*           topHit;
     123  OrxGui::GLGuiImage*           bottomHit;
     124  OrxGui::GLGuiImage*           leftHit;
     125  OrxGui::GLGuiImage*           rightHit;
    121126  bool                     overlayActive;
    122127  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.