diff options
Diffstat (limited to 'engines/sci/gui/gui_gfx.h')
-rw-r--r-- | engines/sci/gui/gui_gfx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/gui/gui_gfx.h b/engines/sci/gui/gui_gfx.h index 224d198bbc..1d7c146cff 100644 --- a/engines/sci/gui/gui_gfx.h +++ b/engines/sci/gui/gui_gfx.h @@ -110,6 +110,7 @@ public: void Draw_Circle(Common::Rect box, byte size, byte color, byte prio, byte control); void Draw_TexturedCircle(Common::Rect box, byte size, byte color, byte prio, byte control, byte texture); void Draw_Pattern(int16 x, int16 y, byte pic_color, byte pic_priority, byte pic_control, byte code, byte texture); + void Draw_String(const char *text); void Pic_Fill(int16 x, int16 y, byte color, byte prio, byte control); void drawPicture(GuiResourceId pictureId, uint16 style, bool addToFlag, GuiResourceId paletteId); @@ -129,6 +130,7 @@ public: void SetNowSeen(reg_t objectReference); GuiPort *_menuPort; + Common::Rect _menuRect; uint32 _sysTicks; int32 _sysSpeed; // ticker timer in ms GuiPalette _sysPalette; |