NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
DVD.h
1/**
2 * References: WiiBrew, YAGCD
3 */
4
5#ifndef RVL_SDK_PUBLIC_DVD_H
6#define RVL_SDK_PUBLIC_DVD_H
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11#include <revolution/DVD/dvd.h>
12#include <revolution/DVD/dvdfatal.h>
13#include <revolution/DVD/dvd_broadway.h>
14#include <revolution/DVD/dvderror.h>
15#include <revolution/DVD/dvdfs.h>
16#include <revolution/DVD/dvdidutils.h>
17#include <revolution/DVD/dvdqueue.h>
18
19#ifdef __cplusplus
20}
21#endif
22#endif