#ifndef WEB_SVG_H #define WEB_SVG_H #define SVG_THROW_ANIM_MS 250 void svg_init(); void svg_draw_point(double x, double y); void svg_clear_points(); #endif