Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 26, 2011, 5:12:43 PM (13 years ago)
Author:
rgrieder
Message:

Cleaned up macro monstrosities in GUIManager and fixed some typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/src/libraries/core/GUIManager.h

    r7965 r7967  
    5757$cfile "../util/TriBool.h" // tolua_export
    5858*/
     59
     60#if CEGUI_VERSION_MAJOR < 1 && CEGUI_VERSION_MINOR < 7
     61#  define CEGUI_OLD_VERSION
     62#endif
    5963
    6064namespace orxonox // tolua_export
     
    149153        Loki::ObjScopeGuardImpl0<GUIManager, void (GUIManager::*)()> destroyer_;
    150154
    151 #if CEGUI_VERSION_MAJOR < 1 && CEGUI_VERSION_MINOR < 7
     155#ifdef CEGUI_OLD_VERSION
    152156        CEGUI::OgreCEGUIRenderer*            guiRenderer_;      //!< CEGUI's interface to the Ogre Engine
    153157        CEGUI::ResourceProvider*             resourceProvider_; //!< CEGUI's resource provider
Note: See TracChangeset for help on using the changeset viewer.