diff options
| author | Max Horn | 2010-11-19 17:03:07 +0000 |
|---|---|---|
| committer | Max Horn | 2010-11-19 17:03:07 +0000 |
| commit | 2180b2d6b534d3786f89d02fe508c60c68b7ff89 (patch) | |
| tree | ac7af0e5f5049537f4c81c401d5685bebbb47068 /engines/groovie | |
| parent | 111384473bb65741f7f2b945e1c00e6aeccc805c (diff) | |
| download | scummvm-rg350-2180b2d6b534d3786f89d02fe508c60c68b7ff89.tar.gz scummvm-rg350-2180b2d6b534d3786f89d02fe508c60c68b7ff89.tar.bz2 scummvm-rg350-2180b2d6b534d3786f89d02fe508c60c68b7ff89.zip | |
COMMON: Split common/stream.h into several headers
svn-id: r54385
Diffstat (limited to 'engines/groovie')
| -rw-r--r-- | engines/groovie/music.cpp | 1 | ||||
| -rw-r--r-- | engines/groovie/resource.cpp | 1 | ||||
| -rw-r--r-- | engines/groovie/saveload.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/engines/groovie/music.cpp b/engines/groovie/music.cpp index d21eb019ae..fd2cc2bec8 100644 --- a/engines/groovie/music.cpp +++ b/engines/groovie/music.cpp @@ -30,6 +30,7 @@ #include "backends/audiocd/audiocd.h" #include "common/config-manager.h" #include "common/macresman.h" +#include "common/memstream.h" #include "sound/midiparser.h" namespace Groovie { diff --git a/engines/groovie/resource.cpp b/engines/groovie/resource.cpp index 32cc1735ef..5d4ccf7d91 100644 --- a/engines/groovie/resource.cpp +++ b/engines/groovie/resource.cpp @@ -25,6 +25,7 @@ #include "common/archive.h" #include "common/macresman.h" +#include "common/substream.h" #include "groovie/resource.h" #include "groovie/groovie.h" diff --git a/engines/groovie/saveload.cpp b/engines/groovie/saveload.cpp index 423829c5fe..4e3e4cfcf8 100644 --- a/engines/groovie/saveload.cpp +++ b/engines/groovie/saveload.cpp @@ -26,6 +26,7 @@ #include "groovie/saveload.h" #include "common/system.h" +#include "common/substream.h" #define SUPPORTED_SAVEFILE_VERSION 1 // 0 - Just script variables, compatible with the original |
