#ifndef PARSECOLOR_H #define PARSECOLOR_H #include extern void parseColor(std::string color, unsigned char RGB[3]); extern void parseColor(std::string color, unsigned char RGB[3], std::string &failed); #endif