diff options
Diffstat (limited to 'engines/pegasus/surface.h')
-rwxr-xr-x | engines/pegasus/surface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pegasus/surface.h b/engines/pegasus/surface.h index 9270de0665..ca148105f7 100755 --- a/engines/pegasus/surface.h +++ b/engines/pegasus/surface.h @@ -70,6 +70,7 @@ public: void copyToCurrentPortTransparent(const Common::Rect &) const; void copyToCurrentPort(const Common::Rect &, const Common::Rect &) const; void copyToCurrentPortTransparent(const Common::Rect &, const Common::Rect &) const; + void copyToCurrentPortMasked(const Common::Rect &, const Common::Rect &, const Surface *) const; void copyToCurrentPortTransparentGlow(const Common::Rect &, const Common::Rect &) const; void scaleTransparentCopy(const Common::Rect &, const Common::Rect &) const; void scaleTransparentCopyGlow(const Common::Rect &, const Common::Rect &) const; |