aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/console.h
diff options
context:
space:
mode:
authorFilippos Karapetis2017-01-08 20:20:47 +0200
committerFilippos Karapetis2017-01-08 20:24:39 +0200
commit4dc6aa2d93a3e166891713549d73c4e40fe9f4f2 (patch)
tree1284d83e82aef27f6bbf21314bac22285f2f30aa /engines/chewy/console.h
parentf3ea11f402102f88750e98dd5b55779695ff832f (diff)
downloadscummvm-rg350-4dc6aa2d93a3e166891713549d73c4e40fe9f4f2.tar.gz
scummvm-rg350-4dc6aa2d93a3e166891713549d73c4e40fe9f4f2.tar.bz2
scummvm-rg350-4dc6aa2d93a3e166891713549d73c4e40fe9f4f2.zip
CHEWY: Add console command to change scenes
Diffstat (limited to 'engines/chewy/console.h')
-rw-r--r--engines/chewy/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/chewy/console.h b/engines/chewy/console.h
index 4953480644..ae2be15f30 100644
--- a/engines/chewy/console.h
+++ b/engines/chewy/console.h
@@ -48,6 +48,7 @@ private:
bool Cmd_ErrorMessage(int argc, const char **argv);
bool Cmd_Dialog(int argc, const char **argv);
bool Cmd_Text(int argc, const char **argv);
+ bool Cmd_Scene(int argc, const char **argv);
};
} // End of namespace Chewy