Changeset 5391 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_box.cc
- Timestamp:
- Oct 16, 2005, 1:37:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl_gui/glgui_box.cc
r5364 r5391 23 23 * standard constructor 24 24 */ 25 GLGuiBox::GLGuiBox ( )25 GLGuiBox::GLGuiBox (GLGuiBoxType type) 26 26 { 27 27 this->init(); 28 28 29 this->setType (type); 29 30 } 30 31
Note: See TracChangeset
for help on using the changeset viewer.