]> git.sesse.net Git - ccbs/blobdiff - bigscreen/group.h
Use short titles in the bigscreen headings.
[ccbs] / bigscreen / group.h
index c57f7b3aba6a2b368d0495bcf4469c921c216c0b..3aa0efce2d08e2b97ec9b36e90cf212a475edb35 100644 (file)
@@ -7,7 +7,7 @@
 /* This more or less mimics the structures from show-tournament.pl */
 struct Song {
        int id;
-       widestring title, artist;
+       widestring title, short_title, artist;
 };
 struct Score {
        Song song;