 |
Sayonara Player
|
21 #ifndef LIBRARYVIEWCOLUMNS_H 22 #define LIBRARYVIEWCOLUMNS_H 24 #define COL_ALBUM_MACROS 25 #define COL_ARTIST_MACROS 32 using IntegerType=uint8_t;
34 enum class Album : IntegerType
45 enum class Artist : IntegerType
52 enum class Track : IntegerType
70 #endif // LIBRARYVIEWCOLUMNS_H The Album class.
Definition: Album.h:39
The Artist class.
Definition: Artist.h:36