Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 30, 2009, 12:00:16 AM (15 years ago)
Author:
rgrieder
Message:

Extracted path related parts of Core into a new PathConfig class. This should decrease the mess in Core.cc a little bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/core/GUIManager.cc

    r5819 r5836  
    5555#include "Clock.h"
    5656#include "LuaState.h"
     57#include "PathConfig.h"
    5758#include "Resource.h"
    5859
     
    116117        // Create our own logger to specify the filepath
    117118        std::auto_ptr<CEGUILogger> ceguiLogger(new CEGUILogger());
    118         ceguiLogger->setLogFilename(Core::getLogPathString() + "cegui.log");
     119        ceguiLogger->setLogFilename(PathConfig::getLogPathString() + "cegui.log");
    119120        // set the log level according to ours (translate by subtracting 1)
    120121        ceguiLogger->setLoggingLevel(
Note: See TracChangeset for help on using the changeset viewer.