diff options
| author | Max Horn | 2011-06-08 02:36:03 -0700 |
|---|---|---|
| committer | Max Horn | 2011-06-08 02:36:03 -0700 |
| commit | 5e5661b7293404163c99f13fe4e6d96f83a0ec17 (patch) | |
| tree | 535c26de0da6896d611c009848d815e2afe266ce /backends/platform/wii/osystem.h | |
| parent | b5bb4125690e6277e001d0a1356ff50b2e361578 (diff) | |
| parent | c701bdb708512cc929f4519b90f4e51cd4ccf5ae (diff) | |
| download | scummvm-rg350-5e5661b7293404163c99f13fe4e6d96f83a0ec17.tar.gz scummvm-rg350-5e5661b7293404163c99f13fe4e6d96f83a0ec17.tar.bz2 scummvm-rg350-5e5661b7293404163c99f13fe4e6d96f83a0ec17.zip | |
Merge pull request #44 from fingolfin/modular-osystem
Modularize OSystem some more
Diffstat (limited to 'backends/platform/wii/osystem.h')
| -rw-r--r-- | backends/platform/wii/osystem.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/backends/platform/wii/osystem.h b/backends/platform/wii/osystem.h index 981b25f69c..fe214a95cd 100644 --- a/backends/platform/wii/osystem.h +++ b/backends/platform/wii/osystem.h @@ -32,8 +32,6 @@ #include "common/rect.h" #include "common/events.h" #include "backends/base-backend.h" -#include "backends/saves/default/default-saves.h" -#include "backends/timer/default/default-timer.h" #include "graphics/colormasks.h" #include "graphics/palette.h" #include "graphics/surface.h" @@ -130,9 +128,7 @@ private: void showOptionsDialog(); protected: - Common::SaveFileManager *_savefile; Audio::MixerImpl *_mixer; - DefaultTimerManager *_timer; public: enum { @@ -211,9 +207,7 @@ public: virtual void setWindowCaption(const char *caption); - virtual Common::SaveFileManager *getSavefileManager(); virtual Audio::Mixer *getMixer(); - virtual Common::TimerManager *getTimerManager(); virtual FilesystemFactory *getFilesystemFactory(); virtual void getTimeAndDate(TimeDate &t) const; |
