summaryrefslogtreecommitdiff
path: root/web/web_svg.h
blob: d2b3e0db799e3e994449f59f817068ffada971c0 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef WEB_SVG_H
#define WEB_SVG_H

void svg_init();
void svg_draw_point(double x, double y);
void svg_clear_points();

#endif