diff options
Diffstat (limited to 'engines/hopkins/files.h')
-rw-r--r-- | engines/hopkins/files.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hopkins/files.h b/engines/hopkins/files.h index b90b80b3c5..52412c11e8 100644 --- a/engines/hopkins/files.h +++ b/engines/hopkins/files.h @@ -42,6 +42,7 @@ public: 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); }; } // End of namespace Hopkins |