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
5extern "C" {
6#endif
7
8typedef 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
16
17#ifdef __cplusplus
18}
19#endif
20#endif