From 399b59a583b0ac92941cfe7756712d80970e47ee Mon Sep 17 00:00:00 2001 From: strangerke Date: Fri, 18 Feb 2011 08:11:55 +0100 Subject: HUGO: Avoid duplicated code in functions related to HUGO.DAT --- engines/hugo/mouse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/hugo/mouse.h') diff --git a/engines/hugo/mouse.h b/engines/hugo/mouse.h index eae13b48fb..d43ca054dd 100644 --- a/engines/hugo/mouse.h +++ b/engines/hugo/mouse.h @@ -83,6 +83,7 @@ private: void cursorText(const char *buffer, const int16 cx, const int16 cy, const uif_t fontId, const int16 color); void processRightClick(const int16 objId, const int16 cx, const int16 cy); void processLeftClick(const int16 objId, const int16 cx, const int16 cy); + void readHotspot(Common::ReadStream &in, hotspot_t &hotspot); }; } // End of namespace Hugo -- cgit v1.2.3