BACKENDS: All backends use _savefileManager now, adapt OSystem accordingly

This commit is contained in:
Max Horn 2011-06-07 13:06:21 +02:00
parent 98db614cd8
commit 997f0a1900
2 changed files with 11 additions and 6 deletions

View file

@ -1042,7 +1042,9 @@ public:
* and other modifiable persistent game data. For more information,
* refer to the SaveFileManager documentation.
*/
virtual Common::SaveFileManager *getSavefileManager();
inline Common::SaveFileManager *getSavefileManager() {
return _savefileManager;
}
/**
* Returns the FilesystemFactory object, depending on the current architecture.