aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/console.h
diff options
context:
space:
mode:
authorBastien Bouclet2019-02-02 13:30:44 +0100
committerBastien Bouclet2019-02-02 13:30:44 +0100
commit04edc22635f18178263b52bfcde91127f3d41a4a (patch)
tree173724c22de5cbd27b34497bfa2bf09db1196729 /engines/mohawk/console.h
parentf72f71a6cc1a6bcd1b92199457165e35a6362cee (diff)
downloadscummvm-rg350-04edc22635f18178263b52bfcde91127f3d41a4a.tar.gz
scummvm-rg350-04edc22635f18178263b52bfcde91127f3d41a4a.tar.bz2
scummvm-rg350-04edc22635f18178263b52bfcde91127f3d41a4a.zip
MOHAWK: RIVEN: Add a console to quickly test all the cards
Goes through all the cards clicking on hotspots at random.
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 7d94bf576f..88db580ca8 100644
--- a/engines/mohawk/console.h
+++ b/engines/mohawk/console.h
@@ -89,6 +89,7 @@ private:
bool Cmd_GetRMAP(int argc, const char **argv);
bool Cmd_Combos(int argc, const char **argv);
bool Cmd_SliderState(int argc, const char **argv);
+ bool Cmd_QuickTest(int argc, const char **argv);
};
#endif