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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/web_svg.h b/web/web_svg.h
new file mode 100644
index 0000000..aae0b0e
--- /dev/null
+++ b/web/web_svg.h
@@ -0,0 +1,7 @@
+#ifndef WEB_SVG_H
+#define WEB_SVG_H
+
+void svg_draw_board();
+void svg_draw_point(double x, double y);
+
+#endif