aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-08-12 00:53:35 +0000
committerTravis Howell2009-08-12 00:53:35 +0000
commitf186d9c86094e5be5c0e168e72487b3fb8d2deac (patch)
tree761d2f0ac91a7b76e3a00d2b888ffdd3e20a60ee /engines/scumm/he/script_v90he.cpp
parentc95d36c186fb1d286a15c1c9ccc5fd581ef948b6 (diff)
downloadscummvm-rg350-f186d9c86094e5be5c0e168e72487b3fb8d2deac.tar.gz
scummvm-rg350-f186d9c86094e5be5c0e168e72487b3fb8d2deac.tar.bz2
scummvm-rg350-f186d9c86094e5be5c0e168e72487b3fb8d2deac.zip
Fix building with specific games disabled in MSVC.
svn-id: r43294
Diffstat (limited to 'engines/scumm/he/script_v90he.cpp')
-rw-r--r--engines/scumm/he/script_v90he.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/scumm/he/script_v90he.cpp b/engines/scumm/he/script_v90he.cpp
index 2da58b4480..be20a229f0 100644
--- a/engines/scumm/he/script_v90he.cpp
+++ b/engines/scumm/he/script_v90he.cpp
@@ -23,6 +23,8 @@
*
*/
+#ifdef ENABLE_HE
+
#include "scumm/actor.h"
#include "scumm/charset.h"
#include "scumm/he/animation_he.h"
@@ -2353,3 +2355,5 @@ void ScummEngine_v90he::o90_kernelSetFunctions() {
}
} // End of namespace Scumm
+
+#endif // ENABLE_HE