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

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

#endif