Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 21, 2011, 6:16:24 AM (13 years ago)
Author:
rgrieder
Message:

Dropped support for OGRE v1.4 and removed the remaining workarounds.

File:
1 edited

Legend:

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

    r7401 r7948  
    9898
    9999        scoped_ptr<OgreWindowEventListener> ogreWindowEventListener_; //!< Pimpl to hide OgreWindowUtilities.h
    100 #if OGRE_VERSION < 0x010600
    101         scoped_ptr<MemoryArchiveFactory>    memoryArchiveFactory_;    //!< Stores the modified particle scripts
    102 #endif
    103100        scoped_ptr<Ogre::LogManager>        ogreLogger_;
    104101        scoped_ptr<Ogre::Root>              ogreRoot_;                //!< Ogre's root
Note: See TracChangeset for help on using the changeset viewer.