Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2006, 2:29:53 PM (18 years ago)
Author:
bensch
Message:

gui: added definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/story_entities/simple_game_menu.cc

    r7913 r7917  
    6666  /// GUI
    6767  ///(this is as modular as it is possible).
    68   /*
    6968  OrxGui::GLGuiPushButton* pb = new OrxGui::GLGuiPushButton("PUSH ME");
    7069  pb->show();
     
    8786  OrxGui::GLGuiHandler::getInstance()->activateCursor();
    8887  OrxGui::GLGuiHandler::getInstance()->activate();
    89   */
    9088  /////
    9189
     
    109107  if( this->dataTank)
    110108    delete this->dataTank;
    111   //delete OrxGui::GLGuiHandler::getInstance( );
     109  delete OrxGui::GLGuiHandler::getInstance( );
    112110}
    113111
Note: See TracChangeset for help on using the changeset viewer.