#include "Graphics.h" #include std::string fill = "gray"; std::string color = "red"; int main() { Graphics g(fill, color); }