aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos.h
diff options
context:
space:
mode:
authorRuediger Hanke2003-07-05 09:08:38 +0000
committerRuediger Hanke2003-07-05 09:08:38 +0000
commit12a04c8e52013b21aed7c8c2feecdfaa53416779 (patch)
treea4f5b236853a641fcf3eae49bd89272e8482a92c /backends/morphos/morphos.h
parentc1002b4ad22d6bff69291fff17c44c1386af32ab (diff)
downloadscummvm-rg350-12a04c8e52013b21aed7c8c2feecdfaa53416779.tar.gz
scummvm-rg350-12a04c8e52013b21aed7c8c2feecdfaa53416779.tar.bz2
scummvm-rg350-12a04c8e52013b21aed7c8c2feecdfaa53416779.zip
Implement new interface functions
svn-id: r8765
Diffstat (limited to 'backends/morphos/morphos.h')
-rw-r--r--backends/morphos/morphos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h
index 2fed3dae28..124e7b17f3 100644
--- a/backends/morphos/morphos.h
+++ b/backends/morphos/morphos.h
@@ -72,6 +72,8 @@ class OSystem_MorphOS : public OSystem
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);
+ virtual int16 get_height();
+ virtual int16 get_width();
// Get the number of milliseconds since the program was started.
virtual uint32 get_msecs();
@@ -101,6 +103,7 @@ class OSystem_MorphOS : public OSystem
// Set the function to be invoked whenever samples need to be generated
virtual bool set_sound_proc(SoundProc *proc, void *param, SoundFormat format);
void fill_sound (byte * stream, int len);
+ void clear_sound_proc();
virtual uint32 property(int param, Property *value);