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 c79179c70e..01be7b18d4 100644
--- a/engines/avalanche/graph.h
+++ b/engines/avalanche/graph.h
@@ -75,6 +75,8 @@ public:
void drawLine(int x0, int y0, int x1, int y1, uint32 color);
+ void drawSprite(const SpriteInfo &sprite);
+
// Must free the returned pointer!!!
Graphics::Surface *readImage(const byte *source);