Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/gui/src/lib/gui/gl_gui/glgui_defs.h @ 7917

Last change on this file since 7917 was 7917, checked in by bensch, 18 years ago

gui: added definitions

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
10namespace 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.