Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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.cc

    r5360 r5366  
    2323 * standard constructor
    2424*/
    25 GLGui::GLGui ()
     25GLGuiMenu::GLGuiMenu ()
    2626{
    2727  this->init();
     
    3333 * standard deconstructor
    3434*/
    35 GLGui::~GLGui()
     35GLGuiMenu::~GLGuiMenu()
    3636{
    3737
     
    4141 * initializes the GUI-element
    4242 */
    43 GLGui::init()
     43void GLGuiMenu::init()
    4444{
    45   this->setClassID(CL_GLGUI_, "GLGui");
     45  this->setClassID(CL_GLGUI_MENU, "GLGuiMenu");
    4646
    4747}
    4848
    4949/**
    50  * draws the GLGui
     50 * draws the GLGuiMenu
    5151 */
    52 void GLGui::draw()
     52void GLGuiMenu::draw()
    5353{
    5454
Note: See TracChangeset for help on using the changeset viewer.