summaryrefslogtreecommitdiff
path: root/web/web_svg.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/web_svg.h')
-rw-r--r--web/web_svg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/web_svg.h b/web/web_svg.h
index aae0b0e..5fb80b1 100644
--- a/web/web_svg.h
+++ b/web/web_svg.h
@@ -3,5 +3,6 @@
void svg_draw_board();
void svg_draw_point(double x, double y);
+void svg_clear_points();
#endif