Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/gl/glgui.h @ 8145

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

trunk: merged the gui back
merged with command:
svn merge -r8114:HEAD https://svn.orxonox.net/orxonox/branches/gui .
→ no conflicts

File size: 510 bytes
Line 
1/*!
2 * @file glgui.h
3 * includes all the Files the GLGui knows.
4 */
5
6#ifndef _GLGUI_H
7#define _GLGUI_H
8
9#include "glgui_defs.h"
10#include "glgui_handler.h"
11
12#include "glgui_widget.h"
13
14#include "glgui_bar.h"
15#include "glgui_box.h"
16#include "glgui_button.h"
17#include "glgui_checkbutton.h"
18//#include "glgui_colorselector.h"
19#include "glgui_pushbutton.h"
20#include "glgui_slider.h"
21#include "glgui_cursor.h"
22#include "glgui_inputline.h"
23#include "glgui_textfield.h"
24#include "glgui_image.h"
25
26
27#endif /* _GLGUI_H */
Note: See TracBrowser for help on using the repository browser.