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
6extern "C" {
7#endif
8
9typedef struct NWC24SecretFLHeader {
10 u32 magic; // at 0x0
11 u32 version; // at 0x4
12 u8 UNK_0x8[0x800 - 0x8];
14
15NWC24Err NWC24iOpenSecretFriendList(void);
16
17#ifdef __cplusplus
18}
19#endif
20#endif