aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/cmpfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/cmpfile.h')
-rw-r--r--engines/gob/cmpfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/cmpfile.h b/engines/gob/cmpfile.h
index d409e15161..2b669e4d38 100644
--- a/engines/gob/cmpfile.h
+++ b/engines/gob/cmpfile.h
@@ -68,6 +68,8 @@ public:
void draw(Surface &dest, uint16 left, uint16 top, uint16 right, uint16 bottom,
uint16 x, uint16 y, int32 transp = -1) const;
+ uint16 addSprite(uint16 left, uint16 top, uint16 right, uint16 bottom);
+
private:
GobEngine *_vm;