Skip to content
Snippets Groups Projects
cstruct.h 353 B
Newer Older
  • Learn to ignore specific revisions
  • #ifndef CSTRUCT_H
    #define CSTRUCT_H
    
    #include "templates.h"
    #include <map>
    
    
    ///Contains constant structures.
    
    	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