aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/console.h
diff options
context:
space:
mode:
authorFilippos Karapetis2013-06-12 11:34:49 +0300
committerFilippos Karapetis2013-06-12 11:35:48 +0300
commit4c13725a55fed393188a008a6e95a28e0c9c74c8 (patch)
tree641ad7c996e2bc6fed63d65a47ea1d1922a8f91b /engines/neverhood/console.h
parent09b235e2bd2abf5d4f377e955a8252aed30fc3af (diff)
downloadscummvm-rg350-4c13725a55fed393188a008a6e95a28e0c9c74c8.tar.gz
scummvm-rg350-4c13725a55fed393188a008a6e95a28e0c9c74c8.tar.bz2
scummvm-rg350-4c13725a55fed393188a008a6e95a28e0c9c74c8.zip
NEVERHOOD: Hook the dump vars debug code into a command, "dumpvars"
Also, did some minor cleanup of the console commands (alphabetical reordering)
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