aboutsummaryrefslogtreecommitdiffstats
path: root/src/render/MBlur.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-07-15 18:19:32 +0300
committerSergeanur <s.anureev@yandex.ua>2021-07-18 00:04:26 +0300
commitd0404cbdb77bd82abf578ce28093990db94743f2 (patch)
tree1a7232c3dcdd6c371ab5fbde0fc6bf04c5bc7005 /src/render/MBlur.h
parent8018e40ebf2e7033e1929b4ed638afb3de7da692 (diff)
render -> renderer (original name)
Diffstat (limited to 'src/render/MBlur.h')
-rw-r--r--src/render/MBlur.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/render/MBlur.h b/src/render/MBlur.h
deleted file mode 100644
index e2e5d38c..00000000
--- a/src/render/MBlur.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#pragma once
-
-class CMBlur
-{
-public:
- static RwRaster *pFrontBuffer;
- static bool ms_bJustInitialised;
- static bool ms_bScaledBlur;
- static bool BlurOn;
-
-public:
- static RwBool MotionBlurOpen(RwCamera *cam);
- static RwBool MotionBlurClose(void);
- static void CreateImmediateModeData(RwCamera *cam, RwRect *rect);
- static void MotionBlurRender(RwCamera *cam, uint32 red, uint32 green, uint32 blue, uint32 blur, int32 type, uint32 bluralpha);
- static void OverlayRender(RwCamera *cam, RwRaster *raster, RwRGBA color, int32 type, int32 bluralpha);
-};