Changeset 4746 in orxonox.OLD for orxonox/trunk/src/glmenu
- Timestamp:
- Jul 1, 2005, 12:48:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/glmenu/glmenu_imagescreen.h
r4597 r4746 20 20 virtual ~GLMenuImageScreen (); 21 21 22 void draw 22 void draw(); 23 23 24 24 void setBackgroundImage(const char* backImageName); … … 32 32 void setMaximum (int maxValue); 33 33 /** \returns the maximum of countable steps*/ 34 inline int GLMenuImageScreen::getMaximum( void) const { return this->maxValue; };34 inline int GLMenuImageScreen::getMaximum() const { return this->maxValue; }; 35 35 36 36 void setValue (int currentValue); 37 int getValue ();37 int getValue (); 38 38 void step (); 39 39
Note: See TracChangeset
for help on using the changeset viewer.