summaryrefslogtreecommitdiff
path: root/web/svg.h
blob: 3321846496fdade3e8dc8ea406cf3b0742cc2c48 (plain) (blame)
1
2
3
4
5
6
7
#ifndef SVG_H
#define SVG_H

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

#endif