Mercurial > minori
view include/track/constants.h @ 167:31735c8592bc
dep/animia: make x11 window walking actually work
this is HORRIBLY slow, and I'm not *entirely* sure why...
author | paper@DavesDouble.local |
---|---|
date | Sun, 19 Nov 2023 05:32:06 -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