Changeset 5427 in orxonox.OLD for trunk/src/lib/gui/gl_gui
- Timestamp:
- Oct 24, 2005, 6:06:06 PM (19 years ago)
- Location:
- trunk/src/lib/gui/gl_gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl_gui/glgui_button.cc
r5421 r5427 65 65 * draws the GLGuiButton 66 66 */ 67 void GLGuiButton::draw() 67 void GLGuiButton::draw() const 68 68 { 69 69 -
trunk/src/lib/gui/gl_gui/glgui_button.h
r5421 r5427 37 37 void setLabel(const char* label); 38 38 39 virtual void draw() ;39 virtual void draw() const; 40 40 41 41 protected:
Note: See TracChangeset
for help on using the changeset viewer.