1/*
2Copyright notice:
3
4This is mine.  I'm only letting you use it.  Period.  Feel free to rip off
5any of the code you see fit, but have the courtesy to give me credit.
6Otherwise great hairy beasties will rip your eyes out and eat your flesh
7when you least expect it.
8
9Jonny Goldman <jonathan@think.com>
10
11Wed May  8 1991
12*/
13
14#define vader3a2_width 28
15#define vader3a2_height 16
16static char vader3a2_bits[] = {
17   0x00, 0xfc, 0x03, 0x00, 0x00, 0xfc, 0x03, 0x00, 0xf0, 0xff, 0xff, 0x00,
18   0xf0, 0xff, 0xff, 0x00, 0xfc, 0xff, 0xff, 0x03, 0xfc, 0xff, 0xff, 0x03,
19   0xfc, 0xf0, 0xf0, 0x03, 0xfc, 0xf0, 0xf0, 0x03, 0xfc, 0xff, 0xff, 0x03,
20   0xfc, 0xff, 0xff, 0x03, 0xc0, 0x0f, 0x3f, 0x00, 0xc0, 0x0f, 0x3f, 0x00,
21   0xf0, 0xf0, 0xf0, 0x00, 0xf0, 0xf0, 0xf0, 0x00, 0xc0, 0x03, 0x3c, 0x00,
22   0xc0, 0x03, 0x3c, 0x00};
23