summaryrefslogtreecommitdiff
path: root/comp.h
blob: cf53ffb0b32b062aaf4ccb71a178c2ca03335098 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef COMP_H
#define COMP_H

#include "match.h"

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