summaryrefslogtreecommitdiffstats
path: root/src/render/MBlur.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-06-19 00:10:41 +0200
committeraap <aap@papnet.eu>2020-06-20 14:54:11 +0200
commitc5205a89eedbbefafb27d6ff482578d4cceaaaab (patch)
tree71870a82a4cac246adf58319661ed939a4af5fac /src/render/MBlur.h
parentbikes in garages + bugfix (diff)
downloadre3-c5205a89eedbbefafb27d6ff482578d4cceaaaab.tar
re3-c5205a89eedbbefafb27d6ff482578d4cceaaaab.tar.gz
re3-c5205a89eedbbefafb27d6ff482578d4cceaaaab.tar.bz2
re3-c5205a89eedbbefafb27d6ff482578d4cceaaaab.tar.lz
re3-c5205a89eedbbefafb27d6ff482578d4cceaaaab.tar.xz
re3-c5205a89eedbbefafb27d6ff482578d4cceaaaab.tar.zst
re3-c5205a89eedbbefafb27d6ff482578d4cceaaaab.zip
Diffstat (limited to '')
-rw-r--r--src/render/MBlur.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render/MBlur.h b/src/render/MBlur.h
index 5eac8dc0..ac298c22 100644
--- a/src/render/MBlur.h
+++ b/src/render/MBlur.h
@@ -22,8 +22,9 @@ public:
static void MotionBlurOpen(RwCamera *cam);
static void MotionBlurClose(void);
static void CreateImmediateModeData(RwCamera *cam, RwRect *rect);
- static void MotionBlurRender(RwCamera *cam, uint32 red, uint32 green, uint32 blue, uint32 blur, int32 type);
- static void OverlayRender(RwCamera *cam, RwRaster *raster, RwRGBA color, int32 type);
+ static void MotionBlurRender(RwCamera *cam, uint32 red, uint32 green, uint32 blue, uint32 blur, int32 type, uint32 alpha);
+ static void OverlayRender(RwCamera *cam, RwRaster *raster, RwRGBA color, int32 type, int32 alpha);
+ static void SetDrunkBlur(float drunkness);
static void ClearDrunkBlur();
//TODO