From 22646d963e2b0c9b5ef629aa7704158026cfa6d1 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sun, 1 May 2022 15:07:11 -0700 Subject: web: split code into more files This is currently very messy with all the files interdependent on one another and a lot of the logic still in the main file. It will take some time to refactor and clean up. --- web/svg.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 web/svg.h (limited to 'web/svg.h') 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 -- cgit v1.2.3-70-g09d2