aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/object.h')
-rw-r--r--engines/hugo/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hugo/object.h b/engines/hugo/object.h
index ce94c79103..aa2ed9ba9f 100644
--- a/engines/hugo/object.h
+++ b/engines/hugo/object.h
@@ -73,9 +73,9 @@ public:
int calcMaxScore();
int16 findObject(uint16 x, uint16 y);
void freeObjects();
- void loadObjectArr(Common::File &in);
+ void loadObjectArr(Common::ReadStream &in);
void freeObjectArr();
- void loadNumObj(Common::File &in);
+ void loadNumObj(Common::ReadStream &in);
void lookObject(object_t *obj);
void readObjectImages();
void restoreAllSeq();