summaryrefslogtreecommitdiff
path: root/web/web_svg.h
blob: 91102001b0301d314809a31b63fd90cf3baa5f1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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