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 f7f37f0211..41949c3d06 100644
--- a/engines/mohawk/console.h
+++ b/engines/mohawk/console.h
@@ -55,6 +55,7 @@ private:
bool Cmd_PlayMovie(int argc, const char **argv);
bool Cmd_DisableInitOpcodes(int argc, const char **argv);
bool Cmd_Cache(int argc, const char **argv);
+ bool Cmd_Resources(int argc, const char **argv);
};
class RivenConsole : public GUI::Debugger {