aboutsummaryrefslogtreecommitdiff
path: root/sky/debug.h
diff options
context:
space:
mode:
authorJoost Peters2004-10-22 18:37:42 +0000
committerJoost Peters2004-10-22 18:37:42 +0000
commit41e0e8ce3c3a70a4ba8ffed189073204655d527b (patch)
tree6e1bf1bf3caaf4d7a89ae147768b56a749290367 /sky/debug.h
parent13055ca424a89e8e63ef5b443be04f219b612a31 (diff)
downloadscummvm-rg350-41e0e8ce3c3a70a4ba8ffed189073204655d527b.tar.gz
scummvm-rg350-41e0e8ce3c3a70a4ba8ffed189073204655d527b.tar.bz2
scummvm-rg350-41e0e8ce3c3a70a4ba8ffed189073204655d527b.zip
add section jumping to the debugger
svn-id: r15655
Diffstat (limited to 'sky/debug.h')
-rw-r--r--sky/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sky/debug.h b/sky/debug.h
index a6de197756..979f41559d 100644
--- a/sky/debug.h
+++ b/sky/debug.h
@@ -49,6 +49,7 @@ protected:
bool Cmd_LogicCommand(int argc, const char **argv);
bool Cmd_Info(int argc, const char **argv);
bool Cmd_ScriptVar(int argc, const char **argv);
+ bool Cmd_Section(int argc, const char **argv);
Logic *_logic;
Mouse *_mouse;