/*
 * File: global.h
 *
 * Declarations of the global variables in global.c
 */

extern int    all_directions[];
extern int    directions[];
extern int    corners[];

extern char   *progname;

extern Color   mycolor;
extern Color   yourcolor;

extern bool    game_in_progress;
extern int     level;
