New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
Mii_IconRenderBuffer.h
Go to the documentation of this file.
1#pragma once
2
3#include <graphics/CaptureRenderBuffer.h>
4
5class ModelFFL;
6
7namespace Mii {
8
10{
11public:
13 {
14 }
15
17 {
19 }
20
21 // Address: 0x024E9708
22 void initialize(sead::Heap* heap, const TextureInfo& info);
23 // Address: 0x024E9904
24 void destroy();
25
26 // Address: 0x024E9868
27 bool registerModel(const ModelFFL* model);
28};
29static_assert(sizeof(IconRenderBuffer) == 0x460);
30
31}
Definition Mii_IconRenderBuffer.h:10
bool registerModel(const ModelFFL *model)
IconRenderBuffer()
Definition Mii_IconRenderBuffer.h:12
virtual ~IconRenderBuffer()
Definition Mii_IconRenderBuffer.h:16
void initialize(sead::Heap *heap, const TextureInfo &info)
Definition ModelFFL.h:14
Definition Mii_CafeResInitializer.h:7