src/sound.h
branchNewGRF_ports
changeset 6870 ca3fd1fbe311
parent 6719 4cc327ad39d5
child 8615 6b91ca653bad
equal deleted inserted replaced
6869:76282d3b748d 6870:ca3fd1fbe311
    19 };
    19 };
    20 
    20 
    21 VARDEF MusicFileSettings msf;
    21 VARDEF MusicFileSettings msf;
    22 
    22 
    23 struct FileEntry {
    23 struct FileEntry {
       
    24 	uint8 file_slot;
    24 	uint32 file_offset;
    25 	uint32 file_offset;
    25 	uint32 file_size;
    26 	uint32 file_size;
    26 	uint16 rate;
    27 	uint16 rate;
    27 	uint8 bits_per_sample;
    28 	uint8 bits_per_sample;
    28 	uint8 channels;
    29 	uint8 channels;