Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/gl_gui/glgui_menu.h @ 5366

Last change on this file since 5366 was 5366, checked in by bensch, 19 years ago

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

File size: 392 bytes
Line 
1/*!
2 * @file glgui_menu.h
3 * The gl_Menu widget of th openglGUI
4 *
5 */
6
7#ifndef _GLGUI_MENU_H
8#define _GLGUI_MENU_H
9
10#include "base_object.h"
11
12// FORWARD DECLARATION
13
14//! This is Menu part of the openglGUI class
15/**
16 *
17 */
18class GLGuiMenu : public GLGuiMenu {
19
20 public:
21  GLGuiMenu();
22  virtual ~GLGuiMenu();
23
24  void init();
25
26  virtual void draw();
27
28 private:
29
30};
31
32#endif /* _GLGUI_MENU_H */
Note: See TracBrowser for help on using the repository browser.