#ifndef SVG_H #define SVG_H void svg_draw_board(); void svg_draw_point(double x, double y); #endif