source:
orxonox.OLD/trunk/src/lib/gui/gl/glgui_defs.h
@
8230
Last change on this file since 8230 was 8145, checked in by bensch, 18 years ago | |
---|---|
File size: 371 bytes |
Rev | Line | |
---|---|---|
[5359] | 1 | /*! |
[7917] | 2 | * @file glgui_defs.h |
3 | * Definitions for the GLGui. | |
[5359] | 4 | */ |
5 | ||
[7917] | 6 | #ifndef _GLGUI_DEFS_H |
7 | #define _GLGUI_DEFS_H | |
[7880] | 8 | |
[7917] | 9 | /// TODO MOVE TO ORXGUI_TYPES |
[7779] | 10 | namespace OrxGui |
11 | { | |
[7917] | 12 | //! An enumeration for the Orientation of an Element. |
13 | typedef enum { | |
14 | Horizontal, //!< Horizontal Orientation. | |
15 | Vertical //!< Vertical Orientation. | |
16 | } Orientation; | |
[7779] | 17 | }; |
[5359] | 18 | |
19 | ||
[7917] | 20 | #endif /* _GLGUI_DEFS_H */ |
Note: See TracBrowser
for help on using the repository browser.