22 #ifndef MEDIASTATION_PROFILE_H 23 #define MEDIASTATION_PROFILE_H 25 #include "common/str.h" 26 #include "common/array.h" 27 #include "common/hashmap.h" 28 #include "common/file.h" 76 Common::String formatActorName(uint actorId,
bool attemptToGetType =
false);
85 const Common::String &getFileName(uint16 fileId)
const {
return _files.getValOrDefault(fileId).name; }
86 const Common::String &getResourceName(uint16 resourceId)
const {
return _paramTokens.getValOrDefault(resourceId).name; }