#include "maze.h" int XSIZE,YSIZE; /* actual height of our window */ int ME,N; /* my index, max index */ State *me,player[16];