#ifndef PREFERENCES_H #define PREFERENCES_H #include #include class Preferences { private: std::map _colors; }; #endif