source:
orxonox.OLD/trunk/src/lib/gui/gl/glgui.h
@
8538
Last change on this file since 8538 was 8145, checked in by bensch, 18 years ago | |
---|---|
File size: 510 bytes |
Rev | Line | |
---|---|---|
[5359] | 1 | /*! |
2 | * @file glgui.h | |
3 | * includes all the Files the GLGui knows. | |
4 | */ | |
5 | ||
6 | #ifndef _GLGUI_H | |
7 | #define _GLGUI_H | |
[7919] | 8 | |
[8035] | 9 | #include "glgui_defs.h" |
[7919] | 10 | #include "glgui_handler.h" |
11 | ||
[5359] | 12 | #include "glgui_widget.h" |
13 | ||
[7855] | 14 | #include "glgui_bar.h" |
15 | #include "glgui_box.h" | |
16 | #include "glgui_button.h" | |
17 | #include "glgui_checkbutton.h" | |
[7919] | 18 | //#include "glgui_colorselector.h" |
19 | #include "glgui_pushbutton.h" | |
[8035] | 20 | #include "glgui_slider.h" |
[7919] | 21 | #include "glgui_cursor.h" |
22 | #include "glgui_inputline.h" | |
23 | #include "glgui_textfield.h" | |
[8035] | 24 | #include "glgui_image.h" |
[7855] | 25 | |
[5359] | 26 | |
[7919] | 27 | #endif /* _GLGUI_H */ |
Note: See TracBrowser
for help on using the repository browser.