prepare for storing other details

This commit is contained in:
tildearrow 2022-04-12 15:39:01 -05:00
parent bc3e64726e
commit 8702effbb9

View file

@ -263,8 +263,15 @@ struct DivSong {
String name, author;
// legacy song information
// those will be stored in .fur and mapped to VGM as:
// category -> game name
// writer -> ripper
// createdDate -> year
String carrier, composer, vendor, category, writer, arranger, copyright, manGroup, manInfo, createdDate, revisionDate;
// more VGM specific stuff
String nameJ, authorJ, categoryJ;
// other things
String chanName[DIV_MAX_CHANS];
String chanShortName[DIV_MAX_CHANS];