diff options
Diffstat (limited to 'common/macresman.h')
| -rw-r--r-- | common/macresman.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/common/macresman.h b/common/macresman.h index 613c26625b..c067b6d2b8 100644 --- a/common/macresman.h +++ b/common/macresman.h @@ -45,7 +45,7 @@ class MacResManager {  public:  	MacResManager();  	~MacResManager(); -	 +  	bool open(Common::String filename);  	bool open(Common::FSNode path, Common::String filename);  	void close(); @@ -53,7 +53,7 @@ public:  	bool hasDataFork();  	bool hasResFork(); -	bool isMacBinary(Common::SeekableReadStream &stream); +	static bool isMacBinary(Common::SeekableReadStream &stream);  	/**  	 * Read resource from the Mac Binary file @@ -76,7 +76,7 @@ public:  	bool getResForkMD5(char *md5str, uint32 length);  	Common::String getBaseFileName() { return _baseFileName; } -	 +  	/**  	 * Convert cursor from crsr format to format suitable for feeding to CursorMan  	 * @param data Pointer to the cursor data @@ -125,7 +125,7 @@ private:  	} _mode;  	void readMap(); -	 +  	struct ResMap {  		uint16 resAttr;  		uint16 typeOffset; @@ -148,7 +148,7 @@ private:  	};  	typedef Resource *ResPtr; -	 +  	int32 _resForkOffset;  	uint32 _resForkSize; | 
