New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
DVCameraParamList.h
Go to the documentation of this file.
1#pragma once
2
3#include <system/Parameter.h>
4
6{
7public:
9 {
10 }
11
12 // Address: 0x022AA0D0
13 void read(const void* file, u32 size) override;
14
15 // Address: 0x022A9ED8
16 ParameterBase* getParam(const char* name) const;
17
18private:
19 // Address: 0x022A9FD4
20 void read_(sead::ReadStream& stream);
21};
22static_assert(sizeof(DVCameraParamList) == sizeof(ParameterListBase));
Definition DVCameraParamList.h:6
ParameterBase * getParam(const char *name) const
void read(const void *file, u32 size) override
DVCameraParamList()
Definition DVCameraParamList.h:8
void read_(sead::ReadStream &stream)