aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-11-01 21:56:14 +0000
committerNicola Mettifogo2007-11-01 21:56:14 +0000
commit1ea0b305a533b1ad8cbab9489f1ae1b6247b860b (patch)
tree3965c85b0e373123601993f62051e59db951a0d9 /engines/parallaction/graphics.h
parent10c0f9de8667844ff25d24d7a1c813346c0b5991 (diff)
downloadscummvm-rg350-1ea0b305a533b1ad8cbab9489f1ae1b6247b860b.tar.gz
scummvm-rg350-1ea0b305a533b1ad8cbab9489f1ae1b6247b860b.tar.bz2
scummvm-rg350-1ea0b305a533b1ad8cbab9489f1ae1b6247b860b.zip
Added color-inversion effect in character selection screen. The effect doesn't exactly work like the original yet (Amiga only).
svn-id: r29372
Diffstat (limited to 'engines/parallaction/graphics.h')
-rw-r--r--engines/parallaction/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h
index 9f1101efa2..8a0779144a 100644
--- a/engines/parallaction/graphics.h
+++ b/engines/parallaction/graphics.h
@@ -238,6 +238,7 @@ public:
void copyRect(Gfx::Buffers dstbuffer, const Common::Rect& r, byte *src, uint16 pitch);
void grabRect(byte *dst, const Common::Rect& r, Gfx::Buffers srcbuffer, uint16 pitch);
void floodFill(Gfx::Buffers buffer, const Common::Rect& r, byte color);
+ void invertRect(Gfx::Buffers buffer, const Common::Rect& r);
// palette
void setPalette(Palette palette);