Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

qtgui: cleanup as patrick sugested

File size: 311 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#include "glgui_widget.h"
9
10#include "glgui_bar.h"
11#include "glgui_box.h"
12#include "glgui_button.h"
13#include "glgui_checkbutton.h"
14#include "glgui_colorselector.h"
15
16namespace OrxGui
17{
18
19
20};
21
22
23
24
25
26#endif _GLGUI_H
Note: See TracBrowser for help on using the repository browser.