aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-10-07 19:15:19 +0000
committerTorbjörn Andersson2006-10-07 19:15:19 +0000
commitf09123a1b45a093e3fab74dbdec2d19197276c53 (patch)
tree880b2a71a7897e740b07a91864f46c673090cf78 /engines
parent9cba1436996ae8f8c2e06b9daffaca3f0a9ff6cf (diff)
downloadscummvm-rg350-f09123a1b45a093e3fab74dbdec2d19197276c53.tar.gz
scummvm-rg350-f09123a1b45a093e3fab74dbdec2d19197276c53.tar.bz2
scummvm-rg350-f09123a1b45a093e3fab74dbdec2d19197276c53.zip
Fixed compilation.
svn-id: r24177
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/intern.h2
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