Changeset 5405 in orxonox.OLD for trunk/src/lib/gui
- Timestamp:
- Oct 19, 2005, 1:54:37 AM (19 years ago)
- Location:
- trunk/src/lib/gui/gl_gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl_gui/glgui_handler.h
r5388 r5405 1 1 /*! 2 2 * @file proto_singleton.h 3 * @brief Definition of the ...singleton Class3 * @brief Definition of the GLGuiHandler singleton Class 4 4 */ 5 5 … … 9 9 #include "event_listener.h" 10 10 11 // FORWARD DE FINITION11 // FORWARD DECLARATION 12 12 13 //! A default singleton class.13 //! A singleton class for the GLGui-Handler 14 14 class GLGuiHandler : public EventListener { 15 15 -
trunk/src/lib/gui/gl_gui/glgui_mainwidget.h
r5384 r5405 9 9 #include "glgui_widget.h" 10 10 11 // FORWARD DE FINITION11 // FORWARD DECLARATION 12 12 13 13 //! A default singleton class.
Note: See TracChangeset
for help on using the changeset viewer.