mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-04 20:04:21 +08:00
10 lines
453 B
C
10 lines
453 B
C
#define cyc5_width 22
|
|
#define cyc5_height 20
|
|
static char cyc5_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x1B, 0x00, 0xC0, 0x60, 0x00,
|
|
0x30, 0x80, 0x01, 0x0C, 0x00, 0x06, 0x02, 0x00, 0x08, 0x02, 0x00, 0x08,
|
|
0x04, 0x00, 0x0C, 0x04, 0x00, 0x04, 0x08, 0x00, 0x02, 0x08, 0x00, 0x06,
|
|
0x10, 0x00, 0x03, 0x10, 0x00, 0x01, 0x20, 0x80, 0x01, 0x20, 0x80, 0x00,
|
|
0xC0, 0x7F, 0x00, 0x00, 0x59, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
};
|