#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