summaryrefslogtreecommitdiff
path: root/comp.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-26 12:31:32 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-26 12:31:32 -0700
commit51447980c54eab163773b80211a73dbfb3636e79 (patch)
treeb6d3ab39a382dcda4652c8475c1c66a7b977e2e1 /comp.h
parent345f3e9e54381712a86a699d8968dc0f7c8565e9 (diff)
downloaddartboat-51447980c54eab163773b80211a73dbfb3636e79.tar.gz
dartboat-51447980c54eab163773b80211a73dbfb3636e79.tar.xz
move coord conversion to board code
Diffstat (limited to 'comp.h')
-rw-r--r--comp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/comp.h b/comp.h
index 792eb3c..009028f 100644
--- a/comp.h
+++ b/comp.h
@@ -5,8 +5,6 @@
extern double horizontal_stdev, vertical_stdev;
-struct ccoords pol_to_cart(struct pcoords c);
-
void comp_set_difficulty(int diff);
void comp_visit(struct leg *l);