X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fgroup.h;h=3aa0efce2d08e2b97ec9b36e90cf212a475edb35;hp=f6348c0cab71576d49ddcd26700586164e24a4c3;hb=07f65e88e6fd4ebbe8c055f3acd0385f9b64f238;hpb=f40fa6f12fb246c09e925e97bcd7c40f8d2fa59c diff --git a/bigscreen/group.h b/bigscreen/group.h index f6348c0..3aa0efc 100644 --- a/bigscreen/group.h +++ b/bigscreen/group.h @@ -6,13 +6,13 @@ /* This more or less mimics the structures from show-tournament.pl */ struct Song { - unsigned id; - widestring title, artist; + int id; + widestring title, short_title, artist; }; struct Score { Song song; bool chosen; - unsigned score; + int score; }; struct Player { unsigned id;