NetBSD/gnu/games/chess/Xchess/xchess.cur

10 lines
328 B
Plaintext

#define xchess_width 16
#define xchess_height 16
#define xchess_x_hot 9
#define xchess_y_hot 8
static char xchess_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0xf8, 0x00, 0xfe, 0x80, 0xff,
0xc0, 0xff, 0x60, 0xff, 0xb0, 0xfd, 0xd8, 0x66, 0x6c, 0x3b, 0x76, 0x1d,
0x98, 0x1d, 0xcc, 0x0c, 0x60, 0x00, 0x00, 0x00};