diff options
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r-- | engines/sci/sci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 2e5d5c3efc..aaa53367a7 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -250,6 +250,12 @@ public: /** Remove the 'TARGET-' prefix of the given filename, if present. */ Common::String unwrapFilename(const Common::String &name) const; + /** + * Checks if we are in a QFG import screen, where special handling + * of save states is performed. + */ + bool isQFGImportScreen() const; + void sleep(uint32 msecs); void scriptDebug(); |