aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/indeo3.h
diff options
context:
space:
mode:
authorSven Hesse2008-12-16 23:27:35 +0000
committerSven Hesse2008-12-16 23:27:35 +0000
commitadae869c8a227b0da4abf2b2c30b97e7cf1ea7fb (patch)
tree3e051b835206ad1ea018ede0a73d227e506f5712 /engines/gob/indeo3.h
parent98bbf9c417cc4bbd08907061fa2f14fd543f1447 (diff)
downloadscummvm-rg350-adae869c8a227b0da4abf2b2c30b97e7cf1ea7fb.tar.gz
scummvm-rg350-adae869c8a227b0da4abf2b2c30b97e7cf1ea7fb.tar.bz2
scummvm-rg350-adae869c8a227b0da4abf2b2c30b97e7cf1ea7fb.zip
Experimental semi-transparency for fillRect, used in the green/red menu areas of Urban Runner
svn-id: r35406
Diffstat (limited to 'engines/gob/indeo3.h')
-rw-r--r--engines/gob/indeo3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/indeo3.h b/engines/gob/indeo3.h
index ae19b1cc1c..6cedecc2af 100644
--- a/engines/gob/indeo3.h
+++ b/engines/gob/indeo3.h
@@ -60,6 +60,7 @@ public:
void buildNext();
+ void getEntry(byte index, byte &c1, byte &c2, byte &c3) const;
byte findNearest(byte c1, byte c2, byte c3);
byte findNearest(byte c1, byte c2, byte c3, byte &nC1, byte &nC2, byte &nC3);