view include/track/constants.h @ 158:80d6b28eb29f

dep/animia: fix most X11 stuff it looks like _NET_WM_PID isn't supported by MOST clients, or my code is wrong... core/filesystem: fix Linux config path handling on *nix
author Paper <mrpapersonic@gmail.com>
date Fri, 17 Nov 2023 02:07:33 -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