aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/graphics.h')
-rw-r--r--engines/avalanche/graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h
index 80724f8216..c78ac56a9c 100644
--- a/engines/avalanche/graphics.h
+++ b/engines/avalanche/graphics.h
@@ -58,6 +58,7 @@ public:
class GraphicManager {
public:
Graphics::Surface _surface;
+ Color _talkBackgroundColor, _talkFontColor;
GraphicManager(AvalancheEngine *vm);
~GraphicManager();
@@ -110,6 +111,7 @@ public:
void loadBackground(Common::File &file);
void refreshBackground();
void setBackgroundColor(Color x);
+ void setDialogColor(Color bg, Color text);
void zoomOut(int16 x, int16 y); // Only used when entering the map.