Changeset 9549 in orxonox.OLD for branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.cc
- Timestamp:
- Jul 28, 2006, 11:43:02 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.cc
r9547 r9549 18 18 #include "glgui_fixedposition_box.h" 19 19 #include "glgui_handler.h" 20 20 21 #include <cassert> 21 22 … … 28 29 : GLGuiBox(orientation) 29 30 {} 30 31 32 /**33 * standard deconstructor34 */35 GLGuiFixedpositionBox::~GLGuiFixedpositionBox()36 {}37 38 31 39 32
Note: See TracChangeset
for help on using the changeset viewer.