view include/track/constants.h @ 138:28842a8d0c6b

dep/animia: huge refactor (again...) but this time, it actually compiles! and it WORKS! (on win32... not sure about other platforms...) configuring players is still not supported: at some point I'll prune something up...
author Paper <mrpapersonic@gmail.com>
date Sun, 12 Nov 2023 04:53:19 -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