MinequackCPP/headers/colors.h

11 lines
186 B
C
Raw Normal View History

2022-04-07 13:50:51 +00:00
#include <iostream>
#include <string>
#include <string.h>
#include <vector>
class COLORS
{
public:
int hexToDec(char num[]);
// std::vector toRGB(char hexcode[]);
};