Mercurial > minori
diff include/track/media.h @ 154:d43d68408d3c
dep/animia: fix XnuFdTools
also we use anitomy directly now.
HG Enter commit message. Lines beginning with 'HG:' are removed.
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 15 Nov 2023 14:14:17 -0500 |
parents | 28842a8d0c6b |
children | 862d0d8619f6 |
line wrap: on
line diff
--- a/include/track/media.h Wed Nov 15 13:28:18 2023 -0500 +++ b/include/track/media.h Wed Nov 15 14:14:17 2023 -0500 @@ -1,6 +1,5 @@ #ifndef __track__media_h #define __track__media_h -#include "core/filesystem.h" #include <unordered_map> #include <string> #include <vector> @@ -9,8 +8,6 @@ namespace Media { bool GetCurrentlyPlaying(std::vector<std::string>& vec); -std::unordered_map<std::string, std::string> GetFileElements(const std::string& basename); -//std::unordered_map<std::string, std::string> GetFileElements(const std::filesystem::path& path); } // namespace Media } // namespace Track