Mercurial > minori
view include/track/constants.h @ 174:f88eda79c60a
anime/db: add some more json functionality, still doesn't compile :/
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 29 Nov 2023 13:53:56 -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