diff options
author | Torbjörn Andersson | 2006-10-07 19:15:19 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-10-07 19:15:19 +0000 |
commit | f09123a1b45a093e3fab74dbdec2d19197276c53 (patch) | |
tree | 880b2a71a7897e740b07a91864f46c673090cf78 /engines/scumm | |
parent | 9cba1436996ae8f8c2e06b9daffaca3f0a9ff6cf (diff) | |
download | scummvm-rg350-f09123a1b45a093e3fab74dbdec2d19197276c53.tar.gz scummvm-rg350-f09123a1b45a093e3fab74dbdec2d19197276c53.tar.bz2 scummvm-rg350-f09123a1b45a093e3fab74dbdec2d19197276c53.zip |
Fixed compilation.
svn-id: r24177
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/intern.h b/engines/scumm/intern.h index c85c477b5d..721931f08d 100644 --- a/engines/scumm/intern.h +++ b/engines/scumm/intern.h @@ -28,9 +28,9 @@ namespace Scumm { +class Insane; class SmushMixer; - // This is to help devices with small memory (PDA, smartphones, ...) // to save abit of memory used by opcode names in the Scumm engine. #ifndef REDUCE_MEMORY_USAGE |