aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/morphos/morphos.h')
-rw-r--r--backends/morphos/morphos.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h
index 57c137d3f0..3164af83b4 100644
--- a/backends/morphos/morphos.h
+++ b/backends/morphos/morphos.h
@@ -40,6 +40,8 @@ class OSystem_MorphOS : public OSystem
OSystem_MorphOS(SCALERTYPE gfx_mode, bool full_screen);
virtual ~OSystem_MorphOS();
+ bool Initialise();
+
// Set colors of the palette
virtual void set_palette(const byte *colors, uint start, uint num);
@@ -182,6 +184,9 @@ class OSystem_MorphOS : public OSystem
Process *ScummSoundThread;
SoundProc *SoundProc;
void *SoundParam;
+ MsgPort *ThreadPort;
+ Message MusicStartup;
+ Message SoundStartup;
/* CD-ROM related attributes */
CDRIVEPTR CDrive;