aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/debugger.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-05-20 07:31:56 +0300
committerFilippos Karapetis2014-05-20 07:31:56 +0300
commit5a87fd42f06eae1f19671ea6e32b9f5bd6b1f60d (patch)
treef698a80ab11747e7e04c09a28c5d8a522bdc8914 /engines/mads/debugger.h
parent59d7f8bfc00456eb34357d2eba12223f80c0f0f9 (diff)
downloadscummvm-rg350-5a87fd42f06eae1f19671ea6e32b9f5bd6b1f60d.tar.gz
scummvm-rg350-5a87fd42f06eae1f19671ea6e32b9f5bd6b1f60d.tar.bz2
scummvm-rg350-5a87fd42f06eae1f19671ea6e32b9f5bd6b1f60d.zip
MADS: Add more debugger commands for items
Diffstat (limited to 'engines/mads/debugger.h')
-rw-r--r--engines/mads/debugger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/debugger.h b/engines/mads/debugger.h
index 0c048f2368..9059f3fc39 100644
--- a/engines/mads/debugger.h
+++ b/engines/mads/debugger.h
@@ -45,6 +45,8 @@ protected:
bool Cmd_ShowQuote(int argc, const char **argv);
bool Cmd_ShowVocab(int argc, const char **argv);
bool Cmd_DumpVocab(int argc, const char **argv);
+ bool Cmd_ShowItem(int argc, const char **argv);
+ bool Cmd_DumpItems(int argc, const char **argv);
bool Cmd_Item(int argc, const char **argv);
public:
bool _showMousePos;