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