aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/resources.h')
-rw-r--r--engines/mads/resources.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mads/resources.h b/engines/mads/resources.h
index 8fed0ab437..01f6490ecc 100644
--- a/engines/mads/resources.h
+++ b/engines/mads/resources.h
@@ -47,7 +47,10 @@ public:
static void init(MADSEngine *vm);
static Common::String formatName(RESPREFIX resType, int id, const Common::String &ext);
+ static Common::String formatName(int prefix, char asciiCh, int id,
+ EXTTYPE extType, const Common::String &suffix);
static Common::String formatResource(const Common::String &resName, const Common::String &hagFilename);
+ static Common::String formatAAName(int idx);
};
/**