summaryrefslogtreecommitdiff
path: root/web/svg.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-01 15:07:11 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-01 15:07:11 -0700
commit22646d963e2b0c9b5ef629aa7704158026cfa6d1 (patch)
tree173473a78da784cf9a5e96770c5a87df5c575a8e /web/svg.h
parent9459b7fb563caae520bdf8d11da9b070ebff45e9 (diff)
downloaddartboat-22646d963e2b0c9b5ef629aa7704158026cfa6d1.tar.gz
dartboat-22646d963e2b0c9b5ef629aa7704158026cfa6d1.tar.xz
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.
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