#ifndef __track__media_h
#define __track__media_h
#include "core/filesystem.h"

namespace Track {
namespace Media {

Filesystem::Path GetCurrentPlaying();
std::string GetFileTitle(Filesystem::Path path);

} // namespace Media
} // namespace Track

#endif // __track__media_h
