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