aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/neg.bitmap
blob: 08678d9845189805dbd99585124bc1fb05ec1852 (plain)
1
2
3
4
5
6
#define neg_width 16
#define neg_height 16
static char neg_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0xfc, 0x1f, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};