diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-06-10 14:28:43 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-06-10 14:28:43 -0700 |
commit | efe6b2e06ba24308f3875580b540783f5f16b0c0 (patch) | |
tree | 3b12a47ac9770a6395f374fc7b3edd75091e8166 /comp.h | |
parent | 2ebc14b69c7aab2457123c831fc51286cbc62de0 (diff) | |
download | dartboat-test_95.tar.gz dartboat-test_95.tar.xz |
test 95% within radiustest_95
Diffstat (limited to 'comp.h')
-rw-r--r-- | comp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |