version 1.39 | | version 1.40 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.39 2002/11/13 05:49:04 garbled Exp $"; | | * "$Id: global.h,v 1.40 2002/12/25 06:45:46 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
extern int freearr_x[SIZEOFFREE], freearr_y[SIZEOFFREE]; | | extern int freearr_x[SIZEOFFREE], freearr_y[SIZEOFFREE]; |
extern int maxfree[SIZEOFFREE], freedir[SIZEOFFREE]; | | extern int maxfree[SIZEOFFREE], freedir[SIZEOFFREE]; |
| | extern int rightof_x[9], rightof_y[9]; |
| | extern int leftof_x[9], leftof_y[9]; |
| | |
extern New_Face *blank_face, *empty_face; | | extern New_Face *blank_face, *empty_face; |
extern New_Face *dark_faces[]; | | extern New_Face *dark_faces[]; |