aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-01 22:03:27 +0000
committerJohannes Schickel2009-06-01 22:03:27 +0000
commitf57be08d6d24ce196098f39296b5796e6a86ea92 (patch)
treed34faf9de046b3e0ae5807fd3a58ee8a2cbae3dd /engines/kyra/lol.h
parentbdea557d7f98b6aeba3b72efd57c4e4aa39c36be (diff)
downloadscummvm-rg350-f57be08d6d24ce196098f39296b5796e6a86ea92.tar.gz
scummvm-rg350-f57be08d6d24ce196098f39296b5796e6a86ea92.tar.bz2
scummvm-rg350-f57be08d6d24ce196098f39296b5796e6a86ea92.zip
- Add some basic debugger for Lands of Lore.
- Allow the "flags" command in all Kyra games to be working properly with 320x200 GUI. svn-id: r41113
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index 682060c52d..53671fd837 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -292,6 +292,7 @@ class LoLEngine : public KyraEngine_v1 {
friend class GUI_LoL;
friend class TextDisplayer_LoL;
friend class TIMInterpreter_LoL;
+friend class Debugger_LoL;
public:
LoLEngine(OSystem *system, const GameFlags &flags);
~LoLEngine();