aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/wii/osystem.h')
-rw-r--r--backends/platform/wii/osystem.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/backends/platform/wii/osystem.h b/backends/platform/wii/osystem.h
index 807b825097..b5476a21d0 100644
--- a/backends/platform/wii/osystem.h
+++ b/backends/platform/wii/osystem.h
@@ -167,8 +167,10 @@ public:
virtual Common::SaveFileManager *getSavefileManager();
virtual Audio::Mixer *getMixer();
virtual Common::TimerManager *getTimerManager();
- FilesystemFactory *getFilesystemFactory();
- void getTimeAndDate(struct tm &t) const;
+ virtual FilesystemFactory *getFilesystemFactory();
+ virtual void getTimeAndDate(struct tm &t) const;
+
+ virtual void engineInit();
};
#endif