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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hopkins/files.h b/engines/hopkins/files.h
index e5e4be3566..fbc8a04cab 100644
--- a/engines/hopkins/files.h
+++ b/engines/hopkins/files.h
@@ -37,6 +37,7 @@ public:
static bool bsave(const Common::String &file, const void *buf, size_t n);
static void Chage_Inifile(Common::StringMap &iniParams);
static byte *CHARGE_FICHIER(const Common::String &file);
+ static void DMESS();
static void DMESS1();
static int bload_it(Common::ReadStream &stream, void *buf, size_t nbytes);
static void F_Censure();