From 26349e6f65fc629db3334c80f230c976fae4ef55 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 4 Feb 2006 12:11:10 +0000 Subject: Split intern.h and moved HE stuff into the new file intern_he.h svn-id: r20372 --- scumm/gfx.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scumm/gfx.cpp') diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 6877e47cf6..ae6d6fdda8 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -25,6 +25,9 @@ #include "scumm/actor.h" #include "scumm/charset.h" #include "scumm/intern.h" +#ifndef DISABLE_HE +#include "scumm/intern_he.h" +#endif #include "scumm/resource.h" #include "scumm/usage_bits.h" #include "scumm/wiz_he.h" -- cgit v1.2.3