aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/msurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/msurface.h')
-rw-r--r--engines/mads/msurface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/msurface.h b/engines/mads/msurface.h
index fbd927084a..e3cf89d649 100644
--- a/engines/mads/msurface.h
+++ b/engines/mads/msurface.h
@@ -32,6 +32,7 @@ namespace MADS {
class MADSEngine;
class MSprite;
+class DepthSurface;
/**
* Basic sprite information
@@ -162,7 +163,7 @@ public:
* @param depthSurface Depth surface to use with sprite depth
* @param transparentColor Transparency palette index
*/
- void copyFrom(MSurface *src, const Common::Point &destPos, int depth, MSurface *depthSurface,
+ void copyFrom(MSurface *src, const Common::Point &destPos, int depth, DepthSurface *depthSurface,
int scale, int transparentColor = -1);
/**