New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
EnvSetReader.h
Go to the documentation of this file.
1#pragma once
2
3#include <prim/seadSafeString.h>
4
5namespace sead {
6
7class ReadStream;
8
9}
10
12{
13public:
14 // Address: 0x024DD29C
15 static void read(const sead::SafeString& path, sead::Heap* heap = nullptr);
16
17private:
18 // Address: 0x024DD1C0
19 static void read_(sead::ReadStream& stream, sead::Heap* heap);
20};
Definition EnvSetReader.h:12
static void read(const sead::SafeString &path, sead::Heap *heap=nullptr)
static void read_(sead::ReadStream &stream, sead::Heap *heap)