aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-07-07 09:10:19 +0000
committerTorbjörn Andersson2005-07-07 09:10:19 +0000
commita89e9ce188b078c6a45ac0c6dae5ddf3c63eebf1 (patch)
treeae72b13ab1470fec304a94d9056054cb929c8ddf /scumm
parente23e1aa1f6e3ffb26774493eed7e2558d69fce99 (diff)
downloadscummvm-rg350-a89e9ce188b078c6a45ac0c6dae5ddf3c63eebf1.tar.gz
scummvm-rg350-a89e9ce188b078c6a45ac0c6dae5ddf3c63eebf1.tar.bz2
scummvm-rg350-a89e9ce188b078c6a45ac0c6dae5ddf3c63eebf1.zip
Applied my own patch #1233980 to fix compilation on my unstable Debian box,
and to hopefully fix the previously rejected bug #1233194. svn-id: r18509
Diffstat (limited to 'scumm')
-rw-r--r--scumm/intern.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 505909677d..d9105839d3 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -29,6 +29,11 @@
namespace Scumm {
+#ifndef DISABLE_HE
+class ResExtractor;
+class LogicHE;
+#endif
+
class NutRenderer; // V8 Font Renderer
struct ArrayHeader;