diff options
Diffstat (limited to 'engines/lab/image.h')
-rw-r--r-- | engines/lab/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lab/image.h b/engines/lab/image.h index 2befa93f00..450c177373 100644 --- a/engines/lab/image.h +++ b/engines/lab/image.h @@ -46,6 +46,7 @@ public: void drawImage(uint16 x, uint16 y); void drawMaskImage(uint16 x, uint16 y); void readScreenImage(uint16 x, uint16 y); + void bltBitMap(uint16 xs, uint16 ys, Image *ImDest, uint16 xd, uint16 yd, uint16 width, uint16 height); }; |