aboutsummaryrefslogtreecommitdiff
path: root/common/macresman.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/macresman.h')
-rw-r--r--common/macresman.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/macresman.h b/common/macresman.h
index 4afd2eebab..5cd39cae26 100644
--- a/common/macresman.h
+++ b/common/macresman.h
@@ -61,6 +61,13 @@ public:
*/
Common::SeekableReadStream *getResource(uint32 typeID, uint16 resID);
+ /**
+ * Read resource from the Mac Binary file
+ * @param filename filename of the resource
+ * @return Pointer to a SeekableReadStream with loaded resource
+ */
+ Common::SeekableReadStream *getResource(Common::String filename);
+
Common::SeekableReadStream *getDataFork();
Common::String getResName(uint32 typeID, uint16 resID);
uint32 getResForkSize();