aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/debug.h
diff options
context:
space:
mode:
authorRobert Göffringmann2007-04-01 00:00:28 +0000
committerRobert Göffringmann2007-04-01 00:00:28 +0000
commit2edec11986c504e022e8f3e43e6259ad496c4f0f (patch)
tree8d4d6bbdcf75641e9946ea1bc04e42416d9ac3f5 /engines/sky/debug.h
parentc0ca592d54813eab02deb3fbb6303f1db4559a3e (diff)
downloadscummvm-rg350-2edec11986c504e022e8f3e43e6259ad496c4f0f.tar.gz
scummvm-rg350-2edec11986c504e022e8f3e43e6259ad496c4f0f.tar.bz2
scummvm-rg350-2edec11986c504e022e8f3e43e6259ad496c4f0f.zip
improved debugger a bit
svn-id: r26334
Diffstat (limited to 'engines/sky/debug.h')
-rw-r--r--engines/sky/debug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/sky/debug.h b/engines/sky/debug.h
index ec43f40edd..c85604e877 100644
--- a/engines/sky/debug.h
+++ b/engines/sky/debug.h
@@ -51,6 +51,9 @@ protected:
bool Cmd_Info(int argc, const char **argv);
bool Cmd_ScriptVar(int argc, const char **argv);
bool Cmd_Section(int argc, const char **argv);
+ bool Cmd_LogicList(int argc, const char **argv);
+
+ void dumpCompact(uint16 cptId);
Logic *_logic;
Mouse *_mouse;
@@ -63,7 +66,6 @@ protected:
class Debug {
public:
- static void fetchCompact(uint32 a);
static void logic(uint32 logic);
static void script(uint32 command, uint16 *scriptData);
static void mcode(uint32 mcode, uint32 a, uint32 b, uint32 c);