summaryrefslogtreecommitdiff
path: root/comp.h
blob: 792eb3c897967952e32d57d1a799802d536d615b (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;

struct ccoords pol_to_cart(struct pcoords c);

void comp_set_difficulty(int diff);
void comp_visit(struct leg *l);

#endif