From e5811cd6c39333cf7a51eb4943bf4ead0aff681c Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 28 Mar 2011 15:20:30 -0400 Subject: MOHAWK: Allow disabling compilation of Myst --- engines/mohawk/console.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/mohawk/console.h') diff --git a/engines/mohawk/console.h b/engines/mohawk/console.h index b7b6b2567e..cefd0b1f4c 100644 --- a/engines/mohawk/console.h +++ b/engines/mohawk/console.h @@ -30,11 +30,13 @@ namespace Mohawk { -class MohawkEngine_Myst; class MohawkEngine_Riven; class MohawkEngine_LivingBooks; class MohawkEngine_CSTime; +#ifdef ENABLE_MYST +class MohawkEngine_Myst; + class MystConsole : public GUI::Debugger { public: MystConsole(MohawkEngine_Myst *vm); @@ -58,6 +60,7 @@ private: bool Cmd_Cache(int argc, const char **argv); bool Cmd_Resources(int argc, const char **argv); }; +#endif class RivenConsole : public GUI::Debugger { public: -- cgit v1.2.3