COORD
COORD Max; /* Max area robots take up */
COORD Min; /* Min area robots take up */
COORD My_pos; /* Player's current position */
COORD Robots[MAXROBOTS]; /* Robots' current positions */
COORD *cp;
static COORD newpos;
static COORD newpos;
eaten(COORD *pos)
COORD *rp;
COORD *cp;
COORD *
static COORD pos;
bool eaten(COORD *);
COORD *rnd_pos(void);
extern COORD Max, Min, My_pos, Robots[];
COORD bufferCoord;
COORD bufferCoord;
COORD coord;