summaryrefslogtreecommitdiff
path: root/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'comp.h')
-rw-r--r--comp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/comp.h b/comp.h
index 009028f..cf53ffb 100644
--- a/comp.h
+++ b/comp.h
@@ -8,4 +8,6 @@ extern double horizontal_stdev, vertical_stdev;
void comp_set_difficulty(int diff);
void comp_visit(struct leg *l);
+struct pcoords throw_dart(struct pcoords target, struct ccoords *cc);
+
#endif