diff options
Diffstat (limited to 'engines/macventure/macventure.h')
-rw-r--r-- | engines/macventure/macventure.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/engines/macventure/macventure.h b/engines/macventure/macventure.h index 771588fde1..b8d065b876 100644 --- a/engines/macventure/macventure.h +++ b/engines/macventure/macventure.h @@ -58,16 +58,23 @@ public: virtual Common::Error run(); + void requestQuit(); + void requestUnpause(); + + // Data retrieval + bool isPaused(); + Common::String getCommandsPausedString(); + private: void processEvents(); - + private: // Attributes const ADGameDescription *_gameDescription; Common::RandomSource *_rnd; Common::MacResManager *_resourceManager; - + Console *_debugger; Gui *_gui; @@ -88,4 +95,4 @@ public: }; } // End of namespace MacVenture -#endif
\ No newline at end of file +#endif |