diff options
Diffstat (limited to 'engines/scumm/he/resource_he.h')
-rw-r--r-- | engines/scumm/he/resource_he.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/scumm/he/resource_he.h b/engines/scumm/he/resource_he.h index 976511a974..ec561db5c3 100644 --- a/engines/scumm/he/resource_he.h +++ b/engines/scumm/he/resource_he.h @@ -511,9 +511,9 @@ public: private: int extractResource(int id, byte **buf); - bool init(Common::File in); - void readMap(Common::File in); - byte *getResource(Common::File in, const char *typeID, int16 resID, int *size); + bool init(Common::File *in); + void readMap(Common::File *in); + byte *getResource(Common::File *in, const char *typeID, int16 resID, int *size); int convertIcons(byte *data, int datasize, byte **cursor, int *w, int *h, int *hotspot_x, int *hotspot_y, int *keycolor, byte **palette, int *palSize); |