Changeset 9547 in orxonox.OLD for branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.h
- Timestamp:
- Jul 28, 2006, 11:23:52 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.h
r9546 r9547 7 7 #define _GLGUI_FIXEDPOSITION_BOX_H 8 8 9 #include "glgui_container.h" 10 #include "glgui_defs.h" 9 #include "glgui_box.h" 11 10 12 11 namespace OrxGui … … 16 15 * 17 16 */ 18 class GLGuiFixedpositionBox : public GLGuiBox17 class GLGuiFixedpositionBox : public OrxGui::GLGuiBox 19 18 { 20 19 … … 23 22 virtual ~GLGuiFixedpositionBox(); 24 23 25 inline OrxGui::Position position() const { return _position; };24 inline OrxGui::Position position() const { return this->_position; }; 26 25 void setPosition(OrxGui::Position); 27 26
Note: See TracChangeset
for help on using the changeset viewer.