NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
IPC.h
1/**
2 * References: WiiBrew, Dolphin Emulator, fail0verflow
3 */
4
5#ifndef RVL_SDK_PUBLIC_IPC_H
6#define RVL_SDK_PUBLIC_IPC_H
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11#include <revolution/IPC/ipcMain.h>
12#include <revolution/IPC/ipcProfile.h>
13#include <revolution/IPC/ipcclt.h>
14#include <revolution/IPC/memory.h>
15
16#ifdef __cplusplus
17}
18#endif
19#endif