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 vexplode2_width 28
15#define vexplode2_height 16
16static char vexplode2_bits[] = {
17   0x00, 0x20, 0x00, 0x00, 0x00, 0x24, 0x01, 0x00, 0x00, 0xa8, 0x10, 0x00,
18   0xc0, 0xa8, 0x0c, 0x00, 0x00, 0x03, 0x02, 0x00, 0x60, 0x00, 0x60, 0x00,
19   0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00,
20   0x80, 0x00, 0x10, 0x00, 0x60, 0x04, 0x64, 0x00, 0x00, 0x53, 0x09, 0x00,
21   0xc0, 0x50, 0x11, 0x00, 0x00, 0x48, 0x02, 0x00, 0x00, 0x40, 0x00, 0x00,
22   0x00, 0x00, 0x00, 0x00};
23