Changeset 5836 for code/branches/core5/src/libraries/core/CommandLine.cc
- Timestamp:
- Sep 30, 2009, 12:00:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/CommandLine.cc
r5738 r5836 38 38 #include "util/StringUtils.h" 39 39 #include "util/SubString.h" 40 #include " Core.h"40 #include "PathConfig.h" 41 41 42 42 namespace orxonox … … 348 348 { 349 349 std::string filename = CommandLine::getValue("optionsFile").getString(); 350 boost::filesystem::path filepath( Core::getConfigPath() / filename);350 boost::filesystem::path filepath(PathConfig::getConfigPath() / filename); 351 351 352 352 // look for additional arguments in given file or start.ini as default
Note: See TracChangeset
for help on using the changeset viewer.