From c5205a89eedbbefafb27d6ff482578d4cceaaaab Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 19 Jun 2020 00:10:41 +0200 Subject: CCamera done --- src/render/MBlur.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/render/MBlur.h') 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 -- cgit v1.2.3