diff options
Diffstat (limited to 'music.h')
-rw-r--r-- | music.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,8 +33,10 @@ class MusicDirectory : public MusicListing { }; namespace music { + extern fs::path root_directory; void init(std::string root); MusicListing::p get(const std::string path); + std::vector<MusicListing::p> find_artist(const std::string artist); }; #endif |