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 | |
---|
| 9 | #include "glgui_handler.h" |
---|
| 10 | |
---|
[5359] | 11 | #include "glgui_widget.h" |
---|
| 12 | |
---|
[7855] | 13 | #include "glgui_bar.h" |
---|
| 14 | #include "glgui_box.h" |
---|
| 15 | #include "glgui_button.h" |
---|
| 16 | #include "glgui_checkbutton.h" |
---|
[7919] | 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" |
---|
[7855] | 22 | |
---|
[5359] | 23 | |
---|
[7919] | 24 | #endif /* _GLGUI_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.