aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/console.h
diff options
context:
space:
mode:
authorDavid Turner2010-02-17 19:59:08 +0000
committerDavid Turner2010-02-17 19:59:08 +0000
commit2ab3e0fb3c74be9e94788eaab281c0bdbbb0c9a3 (patch)
treeae1a439efd74322a2938f8748eb572b57a01ff2f /engines/mohawk/console.h
parentc8470e1d8915134bca7836732c174c40d3b9cf97 (diff)
downloadscummvm-rg350-2ab3e0fb3c74be9e94788eaab281c0bdbbb0c9a3.tar.gz
scummvm-rg350-2ab3e0fb3c74be9e94788eaab281c0bdbbb0c9a3.tar.bz2
scummvm-rg350-2ab3e0fb3c74be9e94788eaab281c0bdbbb0c9a3.zip
Mohawk : Adding resource cache class and integrating into Myst engine.
The resource caching trades increased memory usage against disk access. This functionality can be disabled and enabled by the console "cache" command. svn-id: r48080
Diffstat (limited to 'engines/mohawk/console.h')
-rw-r--r--engines/mohawk/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/console.h b/engines/mohawk/console.h
index e79f151894..9a30d46225 100644
--- a/engines/mohawk/console.h
+++ b/engines/mohawk/console.h
@@ -58,6 +58,7 @@ private:
bool Cmd_StopSound(int argc, const char **argv);
bool Cmd_PlayMovie(int argc, const char **argv);
bool Cmd_DisableInitOpcodes(int argc, const char **argv);
+ bool Cmd_Cache(int argc, const char **argv);
};
class RivenConsole : public GUI::Debugger {