donut-decomp/include/dvd.h
2021-10-20 07:46:54 +02:00

11 lines
No EOL
102 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void DVDInit(void);
#ifdef __cplusplus
}
#endif