aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/console.h
diff options
context:
space:
mode:
authorstrangerke2011-05-25 23:36:50 +0200
committerstrangerke2011-05-25 23:39:28 +0200
commitc6ef39dcf20cecef3639d686fd188fc9c7118421 (patch)
tree5e56b5ae38b1063704622a1f592295bc3f37186e /engines/hugo/console.h
parentdceaa08e69f820b4901cc5b690c1c63487e8063d (diff)
downloadscummvm-rg350-c6ef39dcf20cecef3639d686fd188fc9c7118421.tar.gz
scummvm-rg350-c6ef39dcf20cecef3639d686fd188fc9c7118421.tar.bz2
scummvm-rg350-c6ef39dcf20cecef3639d686fd188fc9c7118421.zip
HUGO: Add 3 object related functions to the console
Diffstat (limited to 'engines/hugo/console.h')
-rw-r--r--engines/hugo/console.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hugo/console.h b/engines/hugo/console.h
index 150bc2e4be..16317e83d5 100644
--- a/engines/hugo/console.h
+++ b/engines/hugo/console.h
@@ -37,6 +37,9 @@ public:
private:
HugoEngine *_vm;
bool Cmd_listScreens(int argc, const char **argv);
+ bool Cmd_listObjects(int argc, const char **argv);
+ bool Cmd_getObject(int argc, const char **argv);
+ bool Cmd_getAllObjects(int argc, const char **argv);
bool Cmd_gotoScreen(int argc, const char **argv);
bool Cmd_boundaries(int argc, const char **argv);
};