New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
PtclParamMgr.h
Go to the documentation of this file.
1#pragma once
2
3#include <heap/seadHeap.h>
4
5struct PtclParam;
6
8{
9public:
10 // Address: 0x022AF57C
12
13 // Address: 0x022AF5BC
14 void initialize(sead::Heap* heap);
15
16 // Address: 0x022AF650
17 const PtclParam* getParam(u32 index) const;
18
19protected:
22};
23static_assert(sizeof(PtclParamMgr) == 8);
Definition PtclParamMgr.h:8
void initialize(sead::Heap *heap)
u32 mParamNum
Definition PtclParamMgr.h:21
const PtclParam * mParam
Definition PtclParamMgr.h:20
const PtclParam * getParam(u32 index) const
Definition PtclParam.h:6