From 6d3583f9811d2c7b184d0197c78e6f20cfc93549 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Thu, 26 May 2022 00:43:29 -0700 Subject: move difficulty-to-stdev logic to lib --- comp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'comp.h') 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 -- cgit v1.2.3-70-g09d2