/* Module : gameglob.h Author : Kim Moser, Leon Moser Date : System : IBM PC / Borland Turbo C 2.0 Descrip: Global functions and variables for GAME.C */ #define EXTENDED 256 #define MAX_BLOCK 5 /* Largest dimension of a block */ typedef int cardinal; void halt(char *s); int keyhit(void);