diff options
Diffstat (limited to 'engines/mads/resources.h')
-rw-r--r-- | engines/mads/resources.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/resources.h b/engines/mads/resources.h index 033157ed60..8fed0ab437 100644 --- a/engines/mads/resources.h +++ b/engines/mads/resources.h @@ -47,6 +47,7 @@ public: static void init(MADSEngine *vm); static Common::String formatName(RESPREFIX resType, int id, const Common::String &ext); + static Common::String formatResource(const Common::String &resName, const Common::String &hagFilename); }; /** |