 |
Sayonara Player
|
21 #ifndef LIBRARYVIEWCOLUMNS_H
22 #define LIBRARYVIEWCOLUMNS_H
24 #define COL_ALBUM_MACROS
25 #define COL_ARTIST_MACROS
33 using IntegerType = uint8_t;
35 enum class Album : IntegerType
46 enum class Artist : IntegerType
53 enum class Track : IntegerType
71 #endif // LIBRARYVIEWCOLUMNS_H
The Album class.
Definition: Album.h:41
The Artist class.
Definition: Artist.h:38