New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
RDashMgr.h
Go to the documentation of this file.
1#pragma once
2
3#include <heap/seadDisposer.h>
4#include <filedevice/cafe/seadCafeFSAFileDeviceCafe.h>
5
7{
9
10public:
12
13 bool isNSLU() const { return mIsNSLU; }
14
15private:
17 bool mIsNSLU;
19};
20static_assert(sizeof(RDashMgr) == 0x18);
Definition RDashMgr.h:7
sead::CafeFSAFileDevice * mFileDevice
Definition RDashMgr.h:18
bool mIsNSLU
Definition RDashMgr.h:17
bool isNSLU() const
Definition RDashMgr.h:13
bool mIsDrivePresent
Definition RDashMgr.h:16