aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/core/console.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-12-21 23:33:01 +0200
committerFilippos Karapetis2014-12-21 23:33:01 +0200
commit965dafe31b1c1f7c4684c0d2cbdb3461e3fddac8 (patch)
tree8615216939eeb56d9a21d99290dbcf000900e20d /engines/zvision/core/console.h
parente34b5be8e3d4842e273f08821b6a7bd7ba65e843 (diff)
downloadscummvm-rg350-965dafe31b1c1f7c4684c0d2cbdb3461e3fddac8.tar.gz
scummvm-rg350-965dafe31b1c1f7c4684c0d2cbdb3461e3fddac8.tar.bz2
scummvm-rg350-965dafe31b1c1f7c4684c0d2cbdb3461e3fddac8.zip
ZVISION: Implement the "dumpallscripts" console command again
Diffstat (limited to 'engines/zvision/core/console.h')
-rw-r--r--engines/zvision/core/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/zvision/core/console.h b/engines/zvision/core/console.h
index 299bd6127f..7e27fe8f26 100644
--- a/engines/zvision/core/console.h
+++ b/engines/zvision/core/console.h
@@ -46,6 +46,7 @@ private:
bool cmdSetPanoramaScale(int argc, const char **argv);
bool cmdLocation(int argc, const char **argv);
bool cmdDumpFile(int argc, const char **argv);
+ bool cmdDumpAllScripts(int argc, const char **argv);
};
} // End of namespace ZVision