diff options
| author | robojumper <robojumper@gmail.com> | 2025-03-29 21:22:15 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-03-29 21:24:41 +0100 |
| commit | 2873a1f1b20b650b02a2a4674cf09915e122a517 (patch) | |
| tree | 93c47f4b38c28ab370af00d41f638977407f2f43 /src/egg/gfx/eggDrawPathBloom.cpp | |
| parent | 38deda681b3b2b1ed1b0327e3b501691029ccdb5 (diff) | |
Add placeholders
Diffstat (limited to 'src/egg/gfx/eggDrawPathBloom.cpp')
| -rw-r--r-- | src/egg/gfx/eggDrawPathBloom.cpp | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/src/egg/gfx/eggDrawPathBloom.cpp b/src/egg/gfx/eggDrawPathBloom.cpp index a583aa24..844af420 100644 --- a/src/egg/gfx/eggDrawPathBloom.cpp +++ b/src/egg/gfx/eggDrawPathBloom.cpp @@ -36,14 +36,24 @@ DrawPathBloom::DrawPathBloom(): field_0x01C(1), field_0x01D(8), field_0x37C(0) { DrawPathBloom::~DrawPathBloom() {} -void DrawPathBloom::internalResetForDraw() {} +void DrawPathBloom::internalResetForDraw() { + // TODO +} -void DrawPathBloom::internalDraw(u16 idx) {} +void DrawPathBloom::internalDraw(u16 idx) { + // TODO +} -void DrawPathBloom::SetBinaryInner(const Bin &bin) {} +void DrawPathBloom::SetBinaryInner(const Bin &bin) { + // TODO +} -void DrawPathBloom::GetBinaryInner(Bin *pBin) const {} +void DrawPathBloom::GetBinaryInner(Bin *pBin) const { + // TODO +} -void DrawPathBloom::SetBinaryInner(const Bin &, const Bin &, f32) {} +void DrawPathBloom::SetBinaryInner(const Bin &, const Bin &, f32) { + // TODO +} } // namespace EGG |
