aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/files.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/files.cpp')
-rw-r--r--engines/hopkins/files.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/hopkins/files.cpp b/engines/hopkins/files.cpp
index 90b5cf0ae8..68c32bfde0 100644
--- a/engines/hopkins/files.cpp
+++ b/engines/hopkins/files.cpp
@@ -117,7 +117,12 @@ byte *FileManager::CHARGE_FICHIER(const Common::String &file) {
return data;
}
+void FileManager::DMESS() {
+ // No implementation in original
+}
+
void FileManager::DMESS1() {
+ // No implementation in original
}
int FileManager::bload_it(Common::ReadStream &stream, void *buf, size_t nbytes) {