From 6be64df2f0c0bf50e551187c2ba989d756f2dd36 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 16 Mar 2016 21:01:01 -0400 Subject: TITANIC: Implemented overall surface loading method --- engines/titanic/files_manager.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'engines/titanic/files_manager.h') diff --git a/engines/titanic/files_manager.h b/engines/titanic/files_manager.h index 63eda5ec1e..93505230f8 100644 --- a/engines/titanic/files_manager.h +++ b/engines/titanic/files_manager.h @@ -54,12 +54,15 @@ public: _gameManager = gameManager; } - bool fn1(const CString &name); - /** * Returns true if a file of the given name exists */ static bool fileExists(const CString &name); + + /** + * Scans for a file with a matching name + */ + bool scanForFile(const CString &name); }; } // End of namespace Titanic -- cgit v1.2.3