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 1d9c3adb54..40cd238d1e 100644
--- a/engines/hopkins/files.cpp
+++ b/engines/hopkins/files.cpp
@@ -158,4 +158,9 @@ void FileManager::CONSTRUIT_FICHIER(const Common::String &hop, const Common::Str
GLOBALS.NFICHIER = Common::String::format("%s/%s", hop.c_str(), file.c_str());
}
+byte *FileManager::LIBERE_FICHIER(byte *ptr) {
+ free(ptr);
+ return PTRNUL;
+}
+
} // End of namespace Hopkins