aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/console.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-06-26 19:09:45 +0000
committerMatthew Hoops2010-06-26 19:09:45 +0000
commite5e90eb8a8078d108d9985e6303b3975f1b6da55 (patch)
tree1e5fbb976a4408a899104bec5bafe3c8461e538b /engines/mohawk/console.h
parent2b9f4e5068081b3b172ac859648555f1f9bdecdb (diff)
downloadscummvm-rg350-e5e90eb8a8078d108d9985e6303b3975f1b6da55.tar.gz
scummvm-rg350-e5e90eb8a8078d108d9985e6303b3975f1b6da55.tar.bz2
scummvm-rg350-e5e90eb8a8078d108d9985e6303b3975f1b6da55.zip
Add a debug console command to Riven for displaying combinations to puzzles.
svn-id: r50338
Diffstat (limited to 'engines/mohawk/console.h')
-rw-r--r--engines/mohawk/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/console.h b/engines/mohawk/console.h
index 9a30d46225..1806c61027 100644
--- a/engines/mohawk/console.h
+++ b/engines/mohawk/console.h
@@ -88,6 +88,7 @@ private:
bool Cmd_DumpScript(int argc, const char **argv);
bool Cmd_ListZipCards(int argc, const char **argv);
bool Cmd_GetRMAP(int argc, const char **argv);
+ bool Cmd_Combos(int argc, const char **argv);
};
class LivingBooksConsole : public GUI::Debugger {