Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/gl_gui/glgui_defs.h @ 8140

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

orxonox/trunk: merged the gui branche back
merged with command:
https://svn.orxonox.net/orxonox/branches/gui
no conflicts

File size: 371 bytes
RevLine 
[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]10namespace 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.