RedCore
Loading...
Searching...
No Matches
seadFileDevice.h
Go to the documentation of this file.
1
#
pragma
once
2
3
#
include
<
filedevice
/
seadAliasFileDevice
.
h
>
4
#
include
<
filedevice
/
seadAnyFileDevice
.
h
>
5
#
include
<
filedevice
/
seadArchiveFileDevice
.
h
>
6
#
include
<
filedevice
/
seadFileDevice
.
h
>
7
#
include
<
filedevice
/
cafe
/
seadCafeFSAFileDeviceCafe
.
h
>
8
#
include
<
filedevice
/
cafe
/
seadCafeSaveFileDeviceCafe
.
h
>
9
10
namespace
red
::
pub
{
11
12
class
FileDevice
:
public
sead
::
FileDevice
13
{
14
public
:
15
using
sead
::
FileDevice
::
doResolvePath_
;
16
};
17
18
class
AliasFileDevice
:
public
sead
::
AliasFileDevice
19
{
20
public
:
21
using
sead
::
AliasFileDevice
::
mFileDevice
;
22
using
sead
::
AliasFileDevice
::
mPath
;
23
};
24
25
class
AnyFileDevice
:
public
sead
::
AnyFileDevice
26
{
27
public
:
28
using
sead
::
AnyFileDevice
::
findFileDeviceByDirectory_
;
29
30
using
sead
::
AnyFileDevice
::
mLastFileDevice
;
31
};
32
33
class
ArchiveFileDevice
:
public
sead
::
ArchiveFileDevice
34
{
35
public
:
36
using
sead
::
ArchiveFileDevice
::
mArchive
;
37
};
38
39
class
MainFileDevice
:
public
sead
::
MainFileDevice
40
{
41
public
:
42
using
sead
::
MainFileDevice
::
mFileDevice
;
43
};
44
45
class
CafeFSAFileDevice
:
public
sead
::
CafeFSAFileDevice
46
{
47
public
:
48
using
sead
::
CafeFSAFileDevice
::
formatPathForFSA_
;
49
using
sead
::
CafeFSAFileDevice
::
getUsableFSClient_
;
50
51
using
sead
::
CafeFSAFileDevice
::
mLastRawError
;
52
};
53
54
class
CafeSaveFileDevice
:
public
sead
::
CafeSaveFileDevice
55
{
56
public
:
57
using
sead
::
CafeSaveFileDevice
::
getUsableFSClient_
;
58
59
using
sead
::
CafeSaveFileDevice
::
mLastRawError
;
60
using
sead
::
CafeSaveFileDevice
::
mAccountSlotNo
;
61
};
62
63
}
red::pub::AliasFileDevice
Definition
seadFileDevice.h:19
red::pub::AnyFileDevice
Definition
seadFileDevice.h:26
red::pub::ArchiveFileDevice
Definition
seadFileDevice.h:34
red::pub::CafeFSAFileDevice
Definition
seadFileDevice.h:46
red::pub::CafeSaveFileDevice
Definition
seadFileDevice.h:55
red::pub::FileDevice
Definition
seadFileDevice.h:13
red::pub::MainFileDevice
Definition
seadFileDevice.h:40
red::pub
Definition
ActorBase.h:5
red
Definition
ActorDonutBlock.h:5
include
red
public
seadFileDevice.h
Generated by
1.14.0