Changeset 9869 in orxonox.OLD for trunk/src/lib/gui/gl/glmenu/glmenu_imagescreen.h
- Timestamp:
- Oct 3, 2006, 12:19:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl/glmenu/glmenu_imagescreen.h
r8145 r9869 15 15 class GLMenuImageScreen : public BaseObject 16 16 { 17 17 ObjectListDeclaration(GLMenuImageScreen); 18 18 public: 19 19 GLMenuImageScreen (const TiXmlElement* root = NULL); … … 33 33 void setMaximum (int maxValue); 34 34 /** @returns the maximum of countable steps*/ 35 inline int GLMenuImageScreen::getMaximum() const { return this->maxValue; };35 inline int getMaximum() const { return this->maxValue; }; 36 36 37 37 void setValue (int currentValue);
Note: See TracChangeset
for help on using the changeset viewer.