From f9117e7c9b5b6602e4eb55ee48815882a7085782 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sun, 1 May 2022 09:43:27 -0700 Subject: make name consistent; minor file organisation --- web/svg.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 web/svg.h (limited to 'web/svg.h') 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 -- cgit v1.2.3-70-g09d2