aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince-sdl.h
diff options
context:
space:
mode:
authorKostas Nakos2006-11-12 11:47:43 +0000
committerKostas Nakos2006-11-12 11:47:43 +0000
commitcc42cb83093c71f966b61abba894e5a5fe33ae42 (patch)
treeea6bb77ec74668dfc9d35c6930e8f34d6f3b87bf /backends/platform/wince/wince-sdl.h
parentfb795dabd04392fe87a24da6bb5fb28ab4fc6c2c (diff)
downloadscummvm-rg350-cc42cb83093c71f966b61abba894e5a5fe33ae42.tar.gz
scummvm-rg350-cc42cb83093c71f966b61abba894e5a5fe33ae42.tar.bz2
scummvm-rg350-cc42cb83093c71f966b61abba894e5a5fe33ae42.zip
Implement Fingolfin's modular backend timer, savefile and mixer managers
svn-id: r24691
Diffstat (limited to 'backends/platform/wince/wince-sdl.h')
-rw-r--r--backends/platform/wince/wince-sdl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/platform/wince/wince-sdl.h b/backends/platform/wince/wince-sdl.h
index 2975491872..299889809c 100644
--- a/backends/platform/wince/wince-sdl.h
+++ b/backends/platform/wince/wince-sdl.h
@@ -82,13 +82,15 @@ public:
void quit();
// Overloaded from SDL_Commmon (master volume and sample rate subtleties)
bool setSoundCallback(SoundProc proc, void *param);
+ // Overloaded from OSystem
+ //void engineInit();
// Overloaded from SDL_Common (FIXME)
void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor, int cursorTargetScale); // overloaded by CE backend
void undrawMouse();
void blitCursor();
void setMousePos(int x, int y);
- void copyRectToScreen(const byte *src, int pitch, int x, int y, int w, int h); // overloaded by CE backend (FIXME)
+ void copyRectToScreen(const byte *src, int pitch, int x, int y, int w, int h); // overloaded by CE backend (FIXME)
void copyRectToOverlay(const OverlayColor *buf, int pitch, int x, int y, int w, int h);
void showOverlay();
void hideOverlay();