NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
NWC24.h
1/**
2 * References: WiiBrew, Dolphin Emulator
3 */
4
5#ifndef RVL_SDK_PUBLIC_NWC24_H
6#define RVL_SDK_PUBLIC_NWC24_H
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11#include <revolution/NWC24/NWC24Config.h>
12#include <revolution/NWC24/NWC24DateParser.h>
13#include <revolution/NWC24/NWC24Download.h>
14#include <revolution/NWC24/NWC24FileApi.h>
15#include <revolution/NWC24/NWC24FriendList.h>
16#include <revolution/NWC24/NWC24Ipc.h>
17#include <revolution/NWC24/NWC24MBoxCtrl.h>
18#include <revolution/NWC24/NWC24Manage.h>
19#include <revolution/NWC24/NWC24Mime.h>
20#include <revolution/NWC24/NWC24MsgCommit.h>
21#include <revolution/NWC24/NWC24MsgObj.h>
22#include <revolution/NWC24/NWC24Parser.h>
23#include <revolution/NWC24/NWC24Schedule.h>
24#include <revolution/NWC24/NWC24SecretFList.h>
25#include <revolution/NWC24/NWC24StdApi.h>
26#include <revolution/NWC24/NWC24System.h>
27#include <revolution/NWC24/NWC24Time.h>
28#include <revolution/NWC24/NWC24Types.h>
29#include <revolution/NWC24/NWC24Utils.h>
30
31#ifdef __cplusplus
32}
33#endif
34#endif