mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 19:32:11 +00:00
SCUMM: Made getResourceSize() public
This commit is contained in:
parent
39815f50b7
commit
58ae990e3b
@ -757,9 +757,9 @@ protected:
|
||||
// void nukeResource(ResType type, ResId idx);
|
||||
int getResourceRoomNr(ResType type, ResId idx);
|
||||
virtual uint32 getResourceRoomOffset(ResType type, ResId idx);
|
||||
int getResourceSize(ResType type, ResId idx);
|
||||
|
||||
public:
|
||||
int getResourceSize(ResType type, ResId idx);
|
||||
byte *getResourceAddress(ResType type, ResId idx);
|
||||
virtual byte *getStringAddress(ResId idx);
|
||||
byte *getStringAddressVar(int i);
|
||||
|
Loading…
Reference in New Issue
Block a user