aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos.h
diff options
context:
space:
mode:
authorRuediger Hanke2002-09-23 16:31:05 +0000
committerRuediger Hanke2002-09-23 16:31:05 +0000
commit971f47644ef82b06b705745cf21668360516f835 (patch)
treef34d61fe4555dacf85bc6c0e6c100c693e7969e4 /backends/morphos/morphos.h
parent412075437b712cdf91dae5c569026bd8c742a491 (diff)
downloadscummvm-rg350-971f47644ef82b06b705745cf21668360516f835.tar.gz
scummvm-rg350-971f47644ef82b06b705745cf21668360516f835.tar.bz2
scummvm-rg350-971f47644ef82b06b705745cf21668360516f835.zip
Compilation fixes. Overlay functions are stubs only at the moment.
svn-id: r5009
Diffstat (limited to 'backends/morphos/morphos.h')
-rw-r--r--backends/morphos/morphos.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h
index 6b2078f026..639336273d 100644
--- a/backends/morphos/morphos.h
+++ b/backends/morphos/morphos.h
@@ -65,6 +65,13 @@ class OSystem_MorphOS : public OSystem
// Shaking is used in SCUMM. Set current shake position.
virtual void set_shake_pos(int shake_pos);
+ // Overlay
+ virtual void show_overlay();
+ virtual void hide_overlay();
+ virtual void clear_overlay();
+ virtual void grab_overlay(int16 *buf, int pitch);
+ virtual void copy_rect_overlay(const int16 *buf, int pitch, int x, int y, int w, int h);
+
// Get the number of milliseconds since the program was started.
virtual uint32 get_msecs();