aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/debugger.h')
-rw-r--r--engines/kyra/debugger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/debugger.h b/engines/kyra/debugger.h
index 04f138b491..b01402f7d5 100644
--- a/engines/kyra/debugger.h
+++ b/engines/kyra/debugger.h
@@ -97,6 +97,7 @@ protected:
bool cmd_passcodes(int argc, const char **argv);
};
+#ifdef ENABLE_LOL
class LoLEngine;
class Debugger_LoL : public Debugger {
@@ -110,6 +111,7 @@ protected:
bool cmd_toggleFlag(int argc, const char **argv);
bool cmd_queryFlag(int argc, const char **argv);
};
+#endif // ENABLE_LOL
} // End of namespace Kyra