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