/* Subject: [.get]circle.bitmap */

#define circle_width 16
#define circle_height 16
#define circle_x_hot 8
#define circle_y_hot 8
static char circle_bits[] = {
   0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf8, 0x1f, 
   0x3c, 0x3c, 0x1c, 0x38, 0x0e, 0x70, 0x0e, 0x70, 
   0x0e, 0x70, 0x0e, 0x70, 0x1c, 0x38, 0x3c, 0x3c, 
   0xf8, 0x1f, 0xf0, 0x0f, 0xc0, 0x03, 0x00, 0x00 };
