NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
WPAD.h
1/**
2 * References: WiiBrew
3 */
4
5#ifndef RVL_SDK_PUBLIC_WPAD_H
6#define RVL_SDK_PUBLIC_WPAD_H
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11#include <revolution/WPAD/WPAD.h>
12#include <revolution/WPAD/WPADInternal.h>
13#include <revolution/WPAD/debug_msg.h>
14
15#ifdef __cplusplus
16}
17#endif
18#endif