Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2015, 12:22:27 PM (9 years ago)
Author:
landauf
Message:

moved static application paths (root, executable, modules) into new class named ApplicationPaths
moved configurable data paths (data, log, config) into new class named ConfigurablePaths
removed PathConfig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/CMakeLists.txt

    r10479 r10509  
    5555  command/ArgumentCompletionFunctions.cc
    5656  config/ConfigFile.cc
    57   PathConfig.cc
     57  ApplicationPaths.cc
     58  Configurablepaths.cc
    5859END_BUILD_UNIT
    5960
     
    8485    command/CommandExecutor.h
    8586    config/SettingsConfigFile.h
     87    ApplicationPaths.h
     88    ConfigurablePaths.h
    8689    Game.h
    8790    GameMode.h
     
    9093    Loader.h
    9194    LuaState.h
    92     PathConfig.h
    9395    input/InputManager.h
    9496    input/KeyBinder.h
Note: See TracChangeset for help on using the changeset viewer.