source:
orxonox.OLD/trunk/src/lib/gui/gl_gui/glgui.h
@
7912
| Last change on this file since 7912 was 7855, checked in by bensch, 19 years ago | |
|---|---|
| File size: 311 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 | |
| 8 | #include "glgui_widget.h" | |
| 9 | ||
| [7855] | 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 | ||
| [7779] | 16 | namespace OrxGui |
| 17 | { | |
| [5359] | 18 | |
| [7855] | 19 | |
| [7779] | 20 | }; |
| [5359] | 21 | |
| 22 | ||
| 23 | ||
| 24 | ||
| [7779] | 25 | |
| [5359] | 26 | #endif _GLGUI_H |
Note: See TracBrowser
for help on using the repository browser.










