Newer
Older
Martin Rusek
committed
#ifndef CSTRUCT_H
#define CSTRUCT_H
#include "templates.h"
#include <map>
Martin Rusek
committed
namespace cstruct
{
extern const float colorsBase[15][3];
extern const vtr<std::string> colorsMass;
Martin Rusek
committed
extern const vtr2<bool> scaleChord;
extern const vtr2<bool> scaleKey;
extern const std::map<int, int> cofDistance;
}
#endif //CSTRUCT_H