diff options
author | aap <aap@papnet.eu> | 2020-11-22 00:12:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 00:12:31 +0100 |
commit | b9b7d5ac2110227327d950625e79aa400eaf3e47 (patch) | |
tree | 00b457d72d5abda01475944b8f5f9994c357360c /src/extras/postfx.h | |
parent | Reorganize CPed functions into their original cpp files (diff) | |
parent | neo screen droplets (diff) | |
download | re3-b9b7d5ac2110227327d950625e79aa400eaf3e47.tar re3-b9b7d5ac2110227327d950625e79aa400eaf3e47.tar.gz re3-b9b7d5ac2110227327d950625e79aa400eaf3e47.tar.bz2 re3-b9b7d5ac2110227327d950625e79aa400eaf3e47.tar.lz re3-b9b7d5ac2110227327d950625e79aa400eaf3e47.tar.xz re3-b9b7d5ac2110227327d950625e79aa400eaf3e47.tar.zst re3-b9b7d5ac2110227327d950625e79aa400eaf3e47.zip |
Diffstat (limited to 'src/extras/postfx.h')
-rw-r--r-- | src/extras/postfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extras/postfx.h b/src/extras/postfx.h index ace2e4a8..db702bf3 100644 --- a/src/extras/postfx.h +++ b/src/extras/postfx.h @@ -39,6 +39,7 @@ public: static void SmoothColor(uint32 red, uint32 green, uint32 blue, uint32 alpha); static bool NeedBackBuffer(void); static bool NeedFrontBuffer(int32 type); + static void GetBackBuffer(RwCamera *cam); static bool UseBlurColours(void) { return EffectSwitch != POSTFX_SIMPLE; } }; |