Changeset 9722 in orxonox.OLD for branches/new_class_id/src/lib/gui/gl
- Timestamp:
- Sep 4, 2006, 11:54:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/gui/gl/glmenu/glmenu_imagescreen.h
r9715 r9722 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.