aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/files_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/files_manager.h')
-rw-r--r--engines/titanic/files_manager.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/titanic/files_manager.h b/engines/titanic/files_manager.h
index 29a67e6605..63eda5ec1e 100644
--- a/engines/titanic/files_manager.h
+++ b/engines/titanic/files_manager.h
@@ -43,6 +43,7 @@ private:
int _field18;
int _field1C;
int _field3C;
+ const CString _assetsPath;
public:
CFilesManager();
@@ -53,7 +54,12 @@ public:
_gameManager = gameManager;
}
- int fn1(const CString &name);
+ bool fn1(const CString &name);
+
+ /**
+ * Returns true if a file of the given name exists
+ */
+ static bool fileExists(const CString &name);
};
} // End of namespace Titanic