cs-lab34/svg_internal.h

10 строки
156 B
C++

#ifndef SVG_INTERNAL_H_INCLUDED
#define SVG_INTERNAL_H_INCLUDED
#include <string>
bool
check_color(std::string color);
#endif // SVG_INTERNAL_H_INCLUDED