aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.h
diff options
context:
space:
mode:
authorMax Horn2004-11-28 02:36:01 +0000
committerMax Horn2004-11-28 02:36:01 +0000
commit41f710c06cfeb291112843f60f8f92ca4bdb2aee (patch)
tree064a96962b20e151cff14fe6b2699255c29f9d7a /scumm/akos.h
parentcc11a1249ac335cb289ed14913df85c8cd7d0036 (diff)
downloadscummvm-rg350-41f710c06cfeb291112843f60f8f92ca4bdb2aee.tar.gz
scummvm-rg350-41f710c06cfeb291112843f60f8f92ca4bdb2aee.tar.bz2
scummvm-rg350-41f710c06cfeb291112843f60f8f92ca4bdb2aee.zip
Fixing actor regression in The Dig caused by my previous changes
svn-id: r15927
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