X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2Fcue.h;h=70ade53de91c6d3efec40f98c6ea771732a5b1bb;hb=fa22af4cafc6a87a3d9da07f377fc93e6a3bf55d;hp=f377aa343b032ae150a6e0e774bb43ce89cc9948;hpb=9037e45d9f2752fdd6ebbc01328148839403a84f;p=picodrive.git diff --git a/Pico/cd/cue.h b/Pico/cd/cue.h index f377aa3..70ade53 100644 --- a/Pico/cd/cue.h +++ b/Pico/cd/cue.h @@ -13,6 +13,7 @@ typedef struct char *fname; int pregap; /* pregap for current track */ int sector_offset; /* in current file */ + int sector_xlength; cue_track_type type; } cue_track;