mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
prepare for storing other details
This commit is contained in:
parent
bc3e64726e
commit
8702effbb9
1 changed files with 7 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue