Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/gl_gui/glgui.h @ 7937

Last change on this file since 7937 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: 435 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
23
24#endif /* _GLGUI_H */
Note: See TracBrowser for help on using the repository browser.