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
47 enum class Artist : IntegerType
55 enum class Track : IntegerType
The Album class.
Definition: Album.h:41
The Artist class.
Definition: Artist.h:38