mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-01-19 14:24:57 +01:00
6 lines
130 B
C
6 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);
|
|
|