summaryrefslogtreecommitdiff
path: root/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'comp.h')
-rw-r--r--comp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/comp.h b/comp.h
index 4792516..792eb3c 100644
--- a/comp.h
+++ b/comp.h
@@ -7,6 +7,7 @@ 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);
#endif