mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-23 02:49:30 -07:00
added buffalo.edu and martin@freaknet
This commit is contained in:
21
Bitmaps/freaknet.org/bitmaps/cursor/magnify
Normal file
21
Bitmaps/freaknet.org/bitmaps/cursor/magnify
Normal file
@@ -0,0 +1,21 @@
|
||||
#define magnify_width 16
|
||||
#define magnify_height 16
|
||||
static char magnify_bits[] = {
|
||||
0xfe, 0x7f,
|
||||
0x01, 0x80,
|
||||
0x89, 0x83,
|
||||
0xcd, 0xa6,
|
||||
0x4d, 0x86,
|
||||
0x0d, 0xa3,
|
||||
0x85, 0x81,
|
||||
0xc5, 0xb4,
|
||||
0xed, 0xa7,
|
||||
0x01, 0x80,
|
||||
0xfe, 0x7f,
|
||||
0x00, 0x38,
|
||||
0x66, 0x77,
|
||||
0x53, 0xe6,
|
||||
0x22, 0xc4,
|
||||
0x77, 0x83,
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user