From 4c13725a55fed393188a008a6e95a28e0c9c74c8 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 12 Jun 2013 11:34:49 +0300 Subject: NEVERHOOD: Hook the dump vars debug code into a command, "dumpvars" Also, did some minor cleanup of the console commands (alphabetical reordering) --- engines/neverhood/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/neverhood/console.h') 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 -- cgit v1.2.3