aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorNicolas Bacca2002-05-18 20:12:41 +0000
committerNicolas Bacca2002-05-18 20:12:41 +0000
commit427cc598e02ce3e4cd2f64843ce721c1947218e6 (patch)
treed165289c9f0a01ae0fdf5269472d9b62166c4eac /scumm.h
parent3b4c6ceb0f621b68a5a44922d7218987faedb10e (diff)
downloadscummvm-rg350-427cc598e02ce3e4cd2f64843ce721c1947218e6.tar.gz
scummvm-rg350-427cc598e02ce3e4cd2f64843ce721c1947218e6.tar.bz2
scummvm-rg350-427cc598e02ce3e4cd2f64843ce721c1947218e6.zip
Big ugly hairy hack to remove Scumm class dependencies to the MidiEmu driver, and add streaming (ahah) emulation - someone please fix this as soon as possible :)
svn-id: r4349
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm.h b/scumm.h
index 4fc08f1802..d70fa35a10 100644
--- a/scumm.h
+++ b/scumm.h
@@ -45,6 +45,9 @@ typedef void (Scumm::*OpcodeProc)();
/* Use this one from error() ONLY */
extern Scumm *g_scumm;
+/* BIG HACK for MidiEmu - FIXME */
+extern OSystem *g_system;
+extern SoundMixer *g_mixer;
/* System Wide Constants */
enum {