From b97154e6f49f69269432a1ff595ca791957df1e5 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 4 Jan 2013 21:45:52 +0100 Subject: HOPKINS: Add computer texts for the French and English versions for the Win95 versions. The Polish version is handled by an external file, just like most of the existing versions --- engines/hopkins/files.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/hopkins/files.h') diff --git a/engines/hopkins/files.h b/engines/hopkins/files.h index 3328a66ace..427d61e183 100644 --- a/engines/hopkins/files.h +++ b/engines/hopkins/files.h @@ -33,14 +33,13 @@ namespace Hopkins { class HopkinsEngine; class FileManager { -private: - bool fileExists(const Common::String &folder, const Common::String &file); public: HopkinsEngine *_vm; -public: + FileManager(); void setParent(HopkinsEngine *vm); + bool fileExists(const Common::String &folder, const Common::String &file); byte *loadFile(const Common::String &file); int readStream(Common::ReadStream &stream, void *buf, size_t nbytes); void initCensorship(); -- cgit v1.2.3