mirror of
https://github.com/zeldaret/ss
synced 2026-06-06 11:37:34 -04:00
17 lines
282 B
C
17 lines
282 B
C
#ifndef RVL_SDK_PUBLIC_DVD_H
|
|
#define RVL_SDK_PUBLIC_DVD_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "rvl/DVD/dvd.h"
|
|
#include "rvl/DVD/dvd_broadway.h"
|
|
#include "rvl/DVD/dvdfatal.h"
|
|
#include "rvl/DVD/dvdfs.h"
|
|
#include "rvl/DVD/dvdidutils.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|