mirror of
https://github.com/zeldaret/ss
synced 2026-06-28 02:33:07 -04:00
16 lines
251 B
C
16 lines
251 B
C
#ifndef RVL_SDK_DVD_ID_UTILS_H
|
|
#define RVL_SDK_DVD_ID_UTILS_H
|
|
#include <RVL/DVD/dvd.h>
|
|
#include <common.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
BOOL DVDCompareDiskID(const DVDDiskID *id1, const DVDDiskID *id2);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|