Moved class File and the MD5 stuff to namespace Common
svn-id: r18037
This commit is contained in:
parent
55c37c18ce
commit
b75c969e66
90 changed files with 291 additions and 242 deletions
|
@ -279,10 +279,10 @@ static int runGame(GameDetector &detector, OSystem &system) {
|
|||
|
||||
// Add extrapath (if any) to the directory search list
|
||||
if (ConfMan.hasKey("extrapath"))
|
||||
File::addDefaultDirectory(ConfMan.get("extrapath"));
|
||||
Common::File::addDefaultDirectory(ConfMan.get("extrapath"));
|
||||
|
||||
if (ConfMan.hasKey("extrapath", Common::ConfigManager::kApplicationDomain))
|
||||
File::addDefaultDirectory(ConfMan.get("extrapath", Common::ConfigManager::kApplicationDomain));
|
||||
Common::File::addDefaultDirectory(ConfMan.get("extrapath", Common::ConfigManager::kApplicationDomain));
|
||||
|
||||
int result;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue