Mercurial > minori
view include/track/constants.h @ 153:bd439dd6ffc5
*: make win stuff actually work, rename bsd.cc to xnu.cc
It's been OS X only for ages, and these functions are different between
most BSDs anyway
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 15 Nov 2023 13:28:18 -0500 |
parents | 39521c47c7a3 |
children |
line wrap: on
line source
#ifndef __track__constants_h #define __track__constants_h #include <string> #include <vector> namespace Track { namespace Constants { extern const std::vector<std::string> default_media_extensions; extern const std::vector<std::string> default_media_players; } } #endif // __track__constants_h