aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince-sdl.h
diff options
context:
space:
mode:
authorMax Horn2010-11-28 15:44:03 +0000
committerMax Horn2010-11-28 15:44:03 +0000
commit1d818d940a0275576cf118667162be4ee07cc1fc (patch)
treeca07a36434fe9df8cd7f53014a8fe48e4ac63bca /backends/platform/wince/wince-sdl.h
parent11b254a93833f2e6537f325432748277247f3641 (diff)
downloadscummvm-rg350-1d818d940a0275576cf118667162be4ee07cc1fc.tar.gz
scummvm-rg350-1d818d940a0275576cf118667162be4ee07cc1fc.tar.bz2
scummvm-rg350-1d818d940a0275576cf118667162be4ee07cc1fc.zip
WINCE: Fix main(), update config file handling, update module.mk
The WinCE backend will require many more changes to work again after the changes made to SDL backend. This is just a tiny first step towards this goal. svn-id: r54525
Diffstat (limited to 'backends/platform/wince/wince-sdl.h')
-rw-r--r--backends/platform/wince/wince-sdl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/wince/wince-sdl.h b/backends/platform/wince/wince-sdl.h
index bbe601983e..a767eb1ae9 100644
--- a/backends/platform/wince/wince-sdl.h
+++ b/backends/platform/wince/wince-sdl.h
@@ -71,8 +71,8 @@ public:
// Overloaded from OSystem
void engineInit();
void getTimeAndDate(TimeDate &t) const;
- virtual Common::SeekableReadStream *createConfigReadStream();
- virtual Common::WriteStream *createConfigWriteStream();
+
+ virtual Common::String getDefaultConfigFileName();
// Overloaded from SDL_Common (FIXME)