mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
COMMON: Declare MacResMan::getFinderInfoFromMacBinary() as public
This commit is contained in:
@@ -360,11 +360,13 @@ private:
|
||||
bool loadFromRawFork(SeekableReadStream *stream);
|
||||
bool loadFromAppleDouble(SeekableReadStream *stream);
|
||||
|
||||
public:
|
||||
/**
|
||||
* Get Finder info from a file in MacBinary format
|
||||
*/
|
||||
static bool getFinderInfoFromMacBinary(SeekableReadStream *stream, MacFinderInfo &outFinderInfo, MacFinderExtendedInfo &outFinderExtendedInfo);
|
||||
|
||||
private:
|
||||
/**
|
||||
* Get Finder info from a file in AppleDouble format
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user