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