aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/debug.h
diff options
context:
space:
mode:
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);