summaryrefslogtreecommitdiff
path: root/web/svg.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/svg.h')
-rw-r--r--web/svg.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/web/svg.h b/web/svg.h
deleted file mode 100644
index 3321846..0000000
--- a/web/svg.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef SVG_H
-#define SVG_H
-
-void svg_draw_board();
-void svg_draw_point(double x, double y);
-
-#endif