NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
NWC24SecretFList.h
1
#ifndef RVL_SDK_NWC24_SECRET_FRIEND_LIST_H
2
#define RVL_SDK_NWC24_SECRET_FRIEND_LIST_H
3
#include <revolution/NWC24/NWC24Types.h>
4
#include <types.h>
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
typedef
struct
NWC24SecretFLHeader
{
10
u32 magic;
// at 0x0
11
u32 version;
// at 0x4
12
u8 UNK_0x8[0x800 - 0x8];
13
}
NWC24SecretFLHeader
;
14
15
NWC24Err NWC24iOpenSecretFriendList(
void
);
16
17
#ifdef __cplusplus
18
}
19
#endif
20
#endif
NWC24SecretFLHeader
Definition
NWC24SecretFList.h:9
include
lib
revolution
NWC24
NWC24SecretFList.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2