mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
5 lines
130 B
C
5 lines
130 B
C
|
|
cd_data_t *chd_parse(const char *fname);
|
|
cd_data_t *cue_parse(const char *fname);
|
|
void cdparse_destroy(cd_data_t *data);
|
|
|