New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
DVEnvTagMgr.h
Go to the documentation of this file.
1#pragma once
2
3#include <basis/seadTypes.h>
4
6
8{
9public:
10 // Address: 0x022AA4C0
12
13 // Address: 0x022AA4EC
14 void initialize(const void* file);
15
16private:
18};
19static_assert(sizeof(DVEnvTagMgr) == 1);
Definition DVEnvTagMgr.h:8
DVEnvTagMgr(DistantViewMgr *dv_mgr)
void initialize(const void *file)
u8 _0
Definition DVEnvTagMgr.h:17
Definition DistantViewMgr.h:28