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

#define AX 5	/* X and Y offset */
#define Y 5		/* Values... */
#define BX 35
#define CX 75
#define DX 105

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 *);
