diff options
Diffstat (limited to 'engines/hugo/display.h')
| -rw-r--r-- | engines/hugo/display.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/hugo/display.h b/engines/hugo/display.h index 21e9fe2e9c..8c504cead4 100644 --- a/engines/hugo/display.h +++ b/engines/hugo/display.h @@ -65,8 +65,7 @@ public: void drawRectangle(const bool filledFl, const int16 x1, const int16 y1, const int16 x2, const int16 y2, const int color); void drawShape(const int x, const int y, const int color1, const int color2); void drawStatusText(); - void freeFonts(); - void freePalette(); + void freeScreen(); void hideCursor(); void initDisplay(); void initNewScreenDisplay(); @@ -74,7 +73,7 @@ public: void moveImage(image_pt srcImage, const int16 x1, const int16 y1, const int16 dx, int16 dy, const int16 width1, image_pt dstImage, const int16 x2, const int16 y2, const int16 width2); void remapPal(uint16 oldIndex, uint16 newIndex); void resetInventoryObjId(); - void restorePal(Common::SeekableReadStream *f); + void restorePal(Common::ReadStream *f); void savePal(Common::WriteStream *f) const; void setBackgroundColor(const uint16 color); void setCursorPal(); |
