Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 28, 2010, 1:51:04 AM (14 years ago)
Author:
landauf
Message:

replaced the temporary names of all ConsoleCommand related classes and functions by their real names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/libraries/core/GraphicsManager.cc

    r7219 r7236  
    6666{
    6767    static const std::string __CC_printScreen_name = "printScreen";
    68     _DeclareConsoleCommand(__CC_printScreen_name, &prototype::void__void);
     68    DeclareConsoleCommand(__CC_printScreen_name, &prototype::void__void);
    6969
    7070    class OgreWindowEventListener : public Ogre::WindowEventListener
     
    134134
    135135        Ogre::WindowEventUtilities::removeWindowEventListener(renderWindow_, ogreWindowEventListener_.get());
    136         _ModifyConsoleCommand(__CC_printScreen_name).resetFunction();
     136        ModifyConsoleCommand(__CC_printScreen_name).resetFunction();
    137137
    138138        // Undeclare the resources
     
    324324
    325325        // add console commands
    326         _ModifyConsoleCommand(__CC_printScreen_name).setFunction(&GraphicsManager::printScreen, this);
     326        ModifyConsoleCommand(__CC_printScreen_name).setFunction(&GraphicsManager::printScreen, this);
    327327    }
    328328
Note: See TracChangeset for help on using the changeset viewer.