/* util.c */
int angdist(unsigned char x, unsigned char y);
struct obtype *gettarget(W_Window ww, int x, int y, int targtype);
struct obtype *gettarget2(int x, int y, int targtype);
int troop_capacity(void);

