NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
CARD.h
1
#ifndef RVL_SDK_CARD_H
2
#define RVL_SDK_CARD_H
3
#include <types.h>
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
typedef
struct
CARDFileInfo
{
9
s32 chan;
// at 0x0
10
s32 fileNo;
// at 0x4
11
s32 offset;
// at 0x8
12
s32 length;
// at 0xC
13
u16 iBlock;
// at 0x10
14
u16 padding;
// at 0x12
15
}
CARDFileInfo
;
16
17
#ifdef __cplusplus
18
}
19
#endif
20
#endif
CARDFileInfo
Definition
CARD.h:8
include
lib
revolution
CARD
CARD.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2