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
|
@ -42,13 +42,13 @@ Engine::Engine(OSystem *syst)
|
|||
_timer = g_timer;
|
||||
|
||||
// Add default file directory
|
||||
File::addDefaultDirectory(_gameDataPath);
|
||||
Common::File::addDefaultDirectory(_gameDataPath);
|
||||
|
||||
_saveFileMan = _system->getSavefileManager();
|
||||
}
|
||||
|
||||
Engine::~Engine() {
|
||||
File::resetDefaultDirectories();
|
||||
Common::File::resetDefaultDirectories();
|
||||
|
||||
delete _mixer;
|
||||
delete _saveFileMan;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue