Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/gui/src/lib/gui/gl_gui/glgui.h @ 7892

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

gui: introduce inputline

File size: 461 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_handler.h"
10
11#include "glgui_widget.h"
12
13#include "glgui_bar.h"
14#include "glgui_box.h"
15#include "glgui_button.h"
16#include "glgui_checkbutton.h"
17#include "glgui_colorselector.h"
18#include "glgui_pushbutton.h"
19#include "glgui_cursor.h"
20#include "glgui_inputline.h"
21#include "glgui_textfield.h"
22
23namespace OrxGui
24{
25
26
27};
28
29
30
31
32
33#endif /* _GLGUI_H */
Note: See TracBrowser for help on using the repository browser.