source:
orxonox.OLD/trunk/src/lib/gui/gl_gui/glgui.h
@
7783
Last change on this file since 7783 was 7779, checked in by bensch, 19 years ago | |
---|---|
File size: 173 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 | ||
[7779] | 10 | namespace OrxGui |
11 | { | |
[5359] | 12 | |
[7779] | 13 | }; |
[5359] | 14 | |
15 | ||
16 | ||
17 | ||
[7779] | 18 | |
[5359] | 19 | #endif _GLGUI_H |
Note: See TracBrowser
for help on using the repository browser.