1 2 3 4 5 6 7
#ifndef SVG_H #define SVG_H void svg_draw_board(); void svg_draw_point(double x, double y); #endif