aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/graphics.h')
-rw-r--r--engines/mohawk/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h
index 77268d006f..ffb7143686 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -207,6 +207,7 @@ public:
void preloadImage(uint16 image);
void copyImageToScreen(uint16 image, bool useOffsets = false, int left = 0, int top = 0);
+ void copyImageSectionToScreen(uint16 image, Common::Rect src, Common::Rect dest);
void setPalette(uint16 id);
bool imageIsTransparentAt(uint16 image, bool useOffsets, int x, int y);