Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5366 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_menu.h


Ignore:
Timestamp:
Oct 12, 2005, 1:23:08 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more definitions of GLGui.
also a patch to the resource-manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl_gui/glgui_menu.h

    r5360 r5366  
    11/*!
    2  * @file glgui_.h
    3  * The gl_ widget of th openglGUI
     2 * @file glgui_menu.h
     3 * The gl_Menu widget of th openglGUI
    44 *
    55 */
    66
    7 #ifndef _GLGUI__H
    8 #define _GLGUI__H
     7#ifndef _GLGUI_MENU_H
     8#define _GLGUI_MENU_H
    99
    1010#include "base_object.h"
     
    1212// FORWARD DECLARATION
    1313
    14 //! This is part of the openglGUI class
     14//! This is Menu part of the openglGUI class
    1515/**
    1616 *
    1717 */
    18 class GLGui : public GLGui {
     18class GLGuiMenu : public GLGuiMenu {
    1919
    2020 public:
    21   GLGui();
    22   virtual ~GLGui();
     21  GLGuiMenu();
     22  virtual ~GLGuiMenu();
    2323
    2424  void init();
     
    3030};
    3131
    32 #endif /* _GLGUI__H */
     32#endif /* _GLGUI_MENU_H */
Note: See TracChangeset for help on using the changeset viewer.