diff options
| author | Nicolas Bacca | 2002-05-18 20:12:41 +0000 | 
|---|---|---|
| committer | Nicolas Bacca | 2002-05-18 20:12:41 +0000 | 
| commit | 427cc598e02ce3e4cd2f64843ce721c1947218e6 (patch) | |
| tree | d165289c9f0a01ae0fdf5269472d9b62166c4eac /scumm.h | |
| parent | 3b4c6ceb0f621b68a5a44922d7218987faedb10e (diff) | |
| download | scummvm-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.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -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 { | 
