diff options
| author | Ruediger Hanke | 2003-07-05 09:08:38 +0000 |
|---|---|---|
| committer | Ruediger Hanke | 2003-07-05 09:08:38 +0000 |
| commit | 12a04c8e52013b21aed7c8c2feecdfaa53416779 (patch) | |
| tree | a4f5b236853a641fcf3eae49bd89272e8482a92c /backends/morphos/morphos.h | |
| parent | c1002b4ad22d6bff69291fff17c44c1386af32ab (diff) | |
| download | scummvm-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.h | 3 |
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); |
