/************************************
 *									*
 *		digits.h For use with 		*
 *	  Floating Clock Version 1.0	*
 *									*
 ************************************/

#define Y 2		/* values for	  */
#define AX 5	/* X and Y offset */
#define BX 26

#define DOTX 47
#define DOTY 12

#define CX 53
#define DX 74

void number_one(int, struct Window *);
void number_two(int, struct Window *);
void number_three(int, struct Window *);
void number_four(int, struct Window *);
void number_five(int, struct Window *);
void number_six(int, struct Window *);
void number_seven(int, struct Window *);
void number_eight(int, struct Window *);
void number_nine(int, struct Window *);
void number_zero(int, struct Window *);
void dots(struct Window *);
