aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/debugger.h
diff options
context:
space:
mode:
authorJohannes Schickel2006-02-14 01:19:30 +0000
committerJohannes Schickel2006-02-14 01:19:30 +0000
commit93e9639989690d0fae19c44df4f29624f74465d0 (patch)
tree429ce9e7d06ddaeebf7504b0689540e7f5632e0c /engines/kyra/debugger.h
parentd91b49c15c187cd2cf67492fd31afc16d40eebca (diff)
downloadscummvm-rg350-93e9639989690d0fae19c44df4f29624f74465d0.tar.gz
scummvm-rg350-93e9639989690d0fae19c44df4f29624f74465d0.tar.bz2
scummvm-rg350-93e9639989690d0fae19c44df4f29624f74465d0.zip
Reworked kyra debug output system. Now he have special kyra intern debug levels + the global debug levels, for now I enable all kyra debug levels if the global debug level is not -1. see 'toggle_debug' in the kyra debugger and kyra.h for the different levels. (This is just the beginning of it anyway, for example the sound debug level isn't used for now)
svn-id: r20678
Diffstat (limited to 'engines/kyra/debugger.h')
-rw-r--r--engines/kyra/debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/debugger.h b/engines/kyra/debugger.h
index 69766f3fc0..65e1de383e 100644
--- a/engines/kyra/debugger.h
+++ b/engines/kyra/debugger.h
@@ -50,6 +50,7 @@ protected:
bool cmd_listTimers(int argc, const char **argv);
bool cmd_setTimerCountdown(int argc, const char **argv);
bool cmd_giveItem(int argc, const char **argv);
+ bool cmd_toggleDebug(int argc, const char **argv);
};
} // End of namespace Kyra