aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/graph.h')
-rw-r--r--engines/avalanche/graph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/graph.h b/engines/avalanche/graph.h
index 4682ca67f8..7d6db70a13 100644
--- a/engines/avalanche/graph.h
+++ b/engines/avalanche/graph.h
@@ -67,6 +67,8 @@ public:
~Graph();
+ void flesh_colours();
+
byte *getPixel(int16 x, int16 y);
void drawBar(int16 x1, int16 y1, int16 x2, int16 y2, int16 color);