diff options
Diffstat (limited to 'engines/avalanche/graphics.h')
-rw-r--r-- | engines/avalanche/graphics.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h index a09552fc91..b3710742ca 100644 --- a/engines/avalanche/graphics.h +++ b/engines/avalanche/graphics.h @@ -55,8 +55,14 @@ public: uint16 _size; // The size of one picture. }; +struct MouseHotspotType { // mouse-void + int16 _horizontal, _vertical; +}; + class GraphicManager { public: + static const MouseHotspotType kMouseHotSpots[9]; + Graphics::Surface _surface; Color _talkBackgroundColor, _talkFontColor; |