aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/console.h
diff options
context:
space:
mode:
authorAlyssa Milburn2010-11-30 21:06:40 +0000
committerAlyssa Milburn2010-11-30 21:06:40 +0000
commit90b61c0bd48f907d640c9f9846b5570f10e0f069 (patch)
tree5541b576942ce106546bbcd260cadad33b6144fc /engines/mohawk/console.h
parent26b372cfd23f93f6023b4561889384de8a91c883 (diff)
downloadscummvm-rg350-90b61c0bd48f907d640c9f9846b5570f10e0f069.tar.gz
scummvm-rg350-90b61c0bd48f907d640c9f9846b5570f10e0f069.tar.bz2
scummvm-rg350-90b61c0bd48f907d640c9f9846b5570f10e0f069.zip
MOHAWK: add changePage Living Books debug command
svn-id: r54688
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 beba3f8852..a79b63f6f2 100644
--- a/engines/mohawk/console.h
+++ b/engines/mohawk/console.h
@@ -107,6 +107,7 @@ private:
bool Cmd_PlaySound(int argc, const char **argv);
bool Cmd_StopSound(int argc, const char **argv);
bool Cmd_DrawImage(int argc, const char **argv);
+ bool Cmd_ChangePage(int argc, const char **argv);
};
} // End of namespace Mohawk