Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 25, 2011, 3:07:17 AM (14 years ago)
Author:
rgrieder
Message:

Applied C++ code changes to compile Orxonox with CEGUI 0.7 (does not run yet).

File:
1 edited

Legend:

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

    r7849 r7960  
    3838#include "OrxonoxConfig.h"
    3939#include <boost/version.hpp>
     40#include <CEGUIVersion.h>
    4041
    4142//-----------------------------------------------------------------------
     
    305306    class LuaScriptModule;
    306307
     308#if CEGUI_VERSION_MAJOR < 1 && CEGUI_VERSION_MINOR < 7
    307309    class OgreCEGUIRenderer;
    308310    class OgreCEGUIResourceProvider;
    309311    class OgreCEGUITexture;
     312#else
     313    class OgreRenderer;
     314    class OgreResourceProvider;
     315    class OgreImageCodec;
     316#endif
    310317}
    311318
Note: See TracChangeset for help on using the changeset viewer.