21 #ifndef PLAYLISTLOADER_H 22 #define PLAYLISTLOADER_H 24 #include "Helper/Settings/SayonaraClass.h" 25 #include "Helper/Playlist/CustomPlaylistFwd.h" 47 int _last_playlist_idx;
57 int get_last_playlist_idx()
const;
58 int get_last_track_idx()
const;
59 int create_playlists();
62 #endif // PLAYLISTLOADER_H The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:29
PlaylistDBWrapper is responsible for fetching playlist data from database, especially the handling be...
Definition: PlaylistDBWrapper.h:36
The PlaylistLoader class.
Definition: PlaylistLoader.h:35