aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorMax Horn2004-06-25 22:11:48 +0000
committerMax Horn2004-06-25 22:11:48 +0000
commite5f90509a606819dec58b7642c9845373ae364d5 (patch)
treeb892289fd90878d306be42c236c18f6ea6bbf269 /common/system.h
parentde7c36f063eb4ee33b01bfb7be4186c7cb9fd704 (diff)
downloadscummvm-rg350-e5f90509a606819dec58b7642c9845373ae364d5.tar.gz
scummvm-rg350-e5f90509a606819dec58b7642c9845373ae364d5.tar.bz2
scummvm-rg350-e5f90509a606819dec58b7642c9845373ae364d5.zip
Cleaned up SaveFileManager stuff a little bit
svn-id: r14056
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/common/system.h b/common/system.h
index ec057dde63..794271f8bb 100644
--- a/common/system.h
+++ b/common/system.h
@@ -24,10 +24,9 @@
#define COMMON_SYSTEM_H
#include "common/scummsys.h"
-#include "common/savefile.h"
#include "common/util.h"
#include "common/rect.h"
-
+#include "common/savefile.h"
/**
* Interface for ScummVM backends. If you want to port ScummVM to a system
@@ -623,9 +622,7 @@ public:
virtual void displayMessageOnOSD(const char *msg);
/** Savefile management. */
- virtual SaveFileManager *get_savefile_manager() {
- return new SaveFileManager();
- }
+ virtual SaveFileManager *get_savefile_manager();
//@}
};