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
6
class
RDashMgr
7
{
8
SEAD_SINGLETON_DISPOSER
(
RDashMgr
)
9
10
public
:
11
RDashMgr
();
12
13
bool
isNSLU
()
const
{
return
mIsNSLU
; }
14
15
private
:
16
bool
mIsDrivePresent
;
17
bool
mIsNSLU
;
18
sead
::
CafeFSAFileDevice
*
mFileDevice
;
19
};
20
static_assert
(
sizeof
(
RDashMgr
) == 0x18);
RDashMgr
Definition
RDashMgr.h:7
RDashMgr::mFileDevice
sead::CafeFSAFileDevice * mFileDevice
Definition
RDashMgr.h:18
RDashMgr::mIsNSLU
bool mIsNSLU
Definition
RDashMgr.h:17
RDashMgr::isNSLU
bool isNSLU() const
Definition
RDashMgr.h:13
RDashMgr::mIsDrivePresent
bool mIsDrivePresent
Definition
RDashMgr.h:16
system
RDashMgr.h
Generated by
1.14.0