blob: 153645817175fa21a1f5120109880bf042fe065d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef POKEREVO_DVD_H
#define POKEREVO_DVD_H
#ifdef __cplusplus
extern "C" {
#endif
#include "SDK/DVD/dvd.h"
#ifdef __cplusplus
}
#endif
#endif //POKEREVO_DVD_H
|