aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/files.h
diff options
context:
space:
mode:
authorStrangerke2013-01-04 21:45:52 +0100
committerStrangerke2013-01-04 21:45:52 +0100
commitb97154e6f49f69269432a1ff595ca791957df1e5 (patch)
treea90a2fac7117b40e590e8464048b8cc81b6451dd /engines/hopkins/files.h
parentde2c2b7bdb9b1bd3800576241ab9f320ce03bc9f (diff)
downloadscummvm-rg350-b97154e6f49f69269432a1ff595ca791957df1e5.tar.gz
scummvm-rg350-b97154e6f49f69269432a1ff595ca791957df1e5.tar.bz2
scummvm-rg350-b97154e6f49f69269432a1ff595ca791957df1e5.zip
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
Diffstat (limited to 'engines/hopkins/files.h')
-rw-r--r--engines/hopkins/files.h5
1 files changed, 2 insertions, 3 deletions
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();