Mercurial > minori
diff include/track/media.h @ 80:825506f0e221
[UNFINISHED]: stuff
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 13 Oct 2023 13:15:19 -0400 |
parents | fe719c109dbc |
children | ab191e28e69d |
line wrap: on
line diff
--- a/include/track/media.h Thu Oct 12 11:31:39 2023 -0400 +++ b/include/track/media.h Fri Oct 13 13:15:19 2023 -0400 @@ -1,12 +1,13 @@ #ifndef __track__media_h #define __track__media_h #include "core/filesystem.h" +#include <unordered_map> namespace Track { namespace Media { Filesystem::Path GetCurrentPlaying(); -std::string GetFileTitle(Filesystem::Path path); +std::unordered_map<std::string, std::string> GetFileElements(Filesystem::Path path); } // namespace Media } // namespace Track