aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/files.h')
-rw-r--r--engines/hopkins/files.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hopkins/files.h b/engines/hopkins/files.h
index b323006110..9a587efa80 100644
--- a/engines/hopkins/files.h
+++ b/engines/hopkins/files.h
@@ -39,12 +39,14 @@ public:
static byte *CHARGE_FICHIER(const Common::String &file);
static void DMESS();
static void DMESS1();
+ static void bload(const Common::String &file, byte *buf);
static int bload_it(Common::ReadStream &stream, void *buf, size_t nbytes);
static void F_Censure();
static int CONSTRUIT_SYSTEM(const Common::String &file);
static void CONSTRUIT_FICHIER(const Common::String &hop, const Common::String &file);
static byte *LIBERE_FICHIER(byte *ptr);
static byte *RECHERCHE_CAT(const Common::String &file, int a2);
+ static void CONSTRUIT_LINUX(const Common::String &file);
/**
* Returns the size of a file. Throws an error if the file can't be found