aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos.h
diff options
context:
space:
mode:
authorRuediger Hanke2003-08-23 18:01:21 +0000
committerRuediger Hanke2003-08-23 18:01:21 +0000
commitfda9c872188128862936da88f2a1ec41af5d5dd9 (patch)
treea1a791d8cdb355778e341617fac7cc6f8c3411c4 /backends/morphos/morphos.h
parent6768da3e7689224e5b8fb0c0961b6f0829dd17c9 (diff)
downloadscummvm-rg350-fda9c872188128862936da88f2a1ec41af5d5dd9.tar.gz
scummvm-rg350-fda9c872188128862936da88f2a1ec41af5d5dd9.tar.bz2
scummvm-rg350-fda9c872188128862936da88f2a1ec41af5d5dd9.zip
little bugfix, safer code
svn-id: r9832
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;