Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 2, 2009, 5:03:16 PM (15 years ago)
Author:
bknecht
Message:

first part of finishing up to merge back. solving some issues I ran into with Lua

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/gui/GUIManager.cc

    r2875 r2887  
    250250    /**
    251251    @brief
    252         Debug function to give CEGUI the possibility to output on our console
    253     @param
    254         String to be displaed in CEGUI's name
    255 
    256         This function should be removed as it only provides a quick (and dirty) possibility to access the output on the console.
    257         CEGUI's output should be put into the cegui.log using the CEGUI Logger.
    258     */
    259     void GUIManager::testOutput(std::string& str)
    260     {
    261         COUT(0) << "*** CEGUI: " << str << std::endl;
    262     }
    263 
    264     /**
    265     @brief
    266252        Displays specified GUI on screen
    267253    @param name
Note: See TracChangeset for help on using the changeset viewer.