aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/console.h
diff options
context:
space:
mode:
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 1806c61027..beba3f8852 100644
--- a/engines/mohawk/console.h
+++ b/engines/mohawk/console.h
@@ -89,6 +89,7 @@ private:
bool Cmd_ListZipCards(int argc, const char **argv);
bool Cmd_GetRMAP(int argc, const char **argv);
bool Cmd_Combos(int argc, const char **argv);
+ bool Cmd_SliderState(int argc, const char **argv);
};
class LivingBooksConsole : public GUI::Debugger {