awips2/nativeLib/rary.ohd.ifp/inc/circle_tool.h
root 06a8b51d6d Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

21 lines
970 B
C

/* circle_tool.h */
#ifndef circle_tool_h
#define circle_tool_h
#define circle_tool_width 32
#define circle_tool_height 32
static char circle_tool_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x0f, 0x00, 0x00, 0x1c, 0x70, 0x00,
0x00, 0x03, 0x80, 0x01, 0x80, 0x00, 0x00, 0x02, 0x40, 0x00, 0x00, 0x04,
0x20, 0x00, 0x00, 0x0b, 0x10, 0x00, 0xc0, 0x13, 0x10, 0x00, 0xf0, 0x11,
0x08, 0x00, 0xe0, 0x21, 0x08, 0x00, 0xe0, 0x20, 0x08, 0x00, 0x90, 0x20,
0x04, 0x00, 0x08, 0x40, 0x04, 0x00, 0x04, 0x40, 0x04, 0x00, 0x02, 0x40,
0x04, 0x00, 0xf9, 0x40, 0x04, 0x00, 0x08, 0x41, 0x04, 0x00, 0x08, 0x41,
0x04, 0x00, 0xf8, 0x40, 0x08, 0x00, 0x68, 0x20, 0x08, 0x00, 0xc8, 0x20,
0x08, 0x00, 0x88, 0x21, 0x10, 0x00, 0x00, 0x10, 0x10, 0x00, 0x00, 0x10,
0x20, 0x00, 0x00, 0x08, 0x40, 0x00, 0x00, 0x04, 0x80, 0x00, 0x00, 0x02,
0x00, 0x03, 0x80, 0x01, 0x00, 0x1c, 0x70, 0x00, 0x00, 0xe0, 0x0f, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
#endif