summaryrefslogtreecommitdiff
path: root/src/egg/gfx/eggScreenEffectBlur.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-03-29 21:22:15 +0100
committerrobojumper <robojumper@gmail.com>2025-03-29 21:24:41 +0100
commit2873a1f1b20b650b02a2a4674cf09915e122a517 (patch)
tree93c47f4b38c28ab370af00d41f638977407f2f43 /src/egg/gfx/eggScreenEffectBlur.cpp
parent38deda681b3b2b1ed1b0327e3b501691029ccdb5 (diff)
Add placeholders
Diffstat (limited to 'src/egg/gfx/eggScreenEffectBlur.cpp')
-rw-r--r--src/egg/gfx/eggScreenEffectBlur.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/egg/gfx/eggScreenEffectBlur.cpp b/src/egg/gfx/eggScreenEffectBlur.cpp
index 25b379a7..afe15f76 100644
--- a/src/egg/gfx/eggScreenEffectBlur.cpp
+++ b/src/egg/gfx/eggScreenEffectBlur.cpp
@@ -167,6 +167,8 @@ void ScreenEffectBlur::GetBinaryInner(Bin *bin) const {
bin->mData.field_0x1F = field_0x28.a;
}
-void ScreenEffectBlur::SetBinaryInner(const Bin &bin1, const Bin &bin2, f32 blend) {}
+void ScreenEffectBlur::SetBinaryInner(const Bin &bin1, const Bin &bin2, f32 blend) {
+ // TODO
+}
} // namespace EGG