aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/neverhood/console.h')
-rw-r--r--engines/neverhood/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/neverhood/console.h b/engines/neverhood/console.h
index 7349820507..40c11b50e3 100644
--- a/engines/neverhood/console.h
+++ b/engines/neverhood/console.h
@@ -40,6 +40,7 @@ private:
bool Cmd_Room(int argc, const char **argv);
bool Cmd_Surfaces(int argc, const char **argv);
bool Cmd_Cheat(int argc, const char **argv);
+ bool Cmd_Dumpvars(int argc, const char **argv);
};
} // End of namespace Neverhood