diff options
Diffstat (limited to 'engines/hugo/console.h')
-rw-r--r-- | engines/hugo/console.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/hugo/console.h b/engines/hugo/console.h index 4743b791f3..16317e83d5 100644 --- a/engines/hugo/console.h +++ b/engines/hugo/console.h @@ -36,6 +36,12 @@ 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); }; } // End of namespace Hugo |