#ifndef CSTRUCT_H
#define CSTRUCT_H

#include "templates.h"
#include <map>

///Contains constant structures.
namespace cstruct 
{
	extern const float colorsBase[15][3]; 
	extern const vtr<std::string> colorsMass;	
	extern const vtr2<bool> scaleChord;
	extern const vtr2<bool> scaleKey;
	extern const std::map<int, int> cofDistance;
}

#endif //CSTRUCT_H