diff options
Diffstat (limited to 'scumm/scumm.h')
| -rw-r--r-- | scumm/scumm.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/scumm/scumm.h b/scumm/scumm.h index d4b7c6d2c5..3698794e12 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -642,6 +642,8 @@ public:  protected:  	int readSoundResource(int type, int index); +	int convert_extraflags(byte *ptr, byte * src_ptr); +	int convertADResource(int type, int index, byte *ptr, int size);  	int readSoundResourceSmallHeader(int type, int index);  	void setResourceCounter(int type, int index, byte flag);  	bool validateResource(const char *str, int type, int index) const; | 
