db/simple/Song: add attribute "target"

Will be used for Song objects representing tracks inside a CUE file.
This commit is contained in:
Max Kellermann
2019-09-04 10:19:01 +02:00
parent 91c1274ac6
commit 5fdb804a50
5 changed files with 22 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ song_save(BufferedOutputStream &os, const DetachedSong &song);
*/
DetachedSong
song_load(TextFile &file, const char *uri,
std::string *target_r=nullptr,
AudioFormat *audio_format_r=nullptr);
#endif