aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.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/inter.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/inter.h')
-rw-r--r--engines/gob/inter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 5670e2f0da..cd59b0a596 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -630,6 +630,7 @@ protected:
bool o6_evaluateStore(OpFuncParams &params);
bool o6_palLoad(OpFuncParams &params);
bool o6_freeCollision(OpFuncParams &params);
+ bool o6_fillRect(OpFuncParams &params);
void probe16bitMusic(char *fileName);
};