"void printStringInColor(std::string, Color color=COLOR_BLACK); // Color is an enum"
You forgot the parameter’s, of type std::string, name.
↧
By: nikos-13
↧
"void printStringInColor(std::string, Color color=COLOR_BLACK); // Color is an enum"
You forgot the parameter’s, of type std::string, name.