summaryrefslogtreecommitdiffstats
path: root/src/render/MBlur.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/MBlur.h')
-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