aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/akos.h')
-rw-r--r--scumm/akos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/akos.h b/scumm/akos.h
index 4985e8b46e..69e48b08c2 100644
--- a/scumm/akos.h
+++ b/scumm/akos.h
@@ -99,6 +99,8 @@ protected:
void akos16SkipData(int32 numskip);
void akos16DecodeLine(byte *buf, int32 numbytes, int32 dir);
void akos16Decompress(byte *dest, int32 pitch, const byte *src, int32 t_width, int32 t_height, int32 dir, int32 numskip_before, int32 numskip_after, byte transparency, int maskLeft, int maskTop, int zBuf);
+
+ void markRectAsDirty(Common::Rect rect);
};
} // End of namespace Scumm