summaryrefslogtreecommitdiff
path: root/web/svg.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-01 09:43:27 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-01 09:46:51 -0700
commitf9117e7c9b5b6602e4eb55ee48815882a7085782 (patch)
tree5605e10fff447eb8128e664f370f32c92e6139ff /web/svg.h
parent7cb5abb07968641737f943144368a2e541d05e40 (diff)
downloaddartboat-f9117e7c9b5b6602e4eb55ee48815882a7085782.tar.gz
dartboat-f9117e7c9b5b6602e4eb55ee48815882a7085782.tar.xz
make name consistent; minor file organisation
Diffstat (limited to 'web/svg.h')
-rw-r--r--web/svg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/svg.h b/web/svg.h
new file mode 100644
index 0000000..3321846
--- /dev/null
+++ b/web/svg.h
@@ -0,0 +1,7 @@
+#ifndef SVG_H
+#define SVG_H
+
+void svg_draw_board();
+void svg_draw_point(double x, double y);
+
+#endif