2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #include "coolimages.h"
11 #define CANCELIMAGE_WIDTH 14
12 #define CANCELIMAGE_HEIGHT 16
13 #define CANCELIMAGE_COLORS 3
15 static const UBYTE cancelimage_data
[] =
17 00,00,00,00,00,00,00,00,00,00,02,02,02,00,
18 00,02,02,01,00,00,00,00,00,02,02,02,02,01,
19 02,02,02,02,01,00,00,00,02,02,02,02,02,01,
20 02,02,02,02,02,01,00,02,02,02,02,02,01,00,
21 00,02,02,02,02,02,02,02,02,02,02,01,00,00,
22 00,00,02,02,02,02,02,02,02,02,01,00,00,00,
23 00,00,00,02,02,02,02,02,02,01,00,00,00,00,
24 00,00,00,00,02,02,02,02,01,00,00,00,00,00,
25 00,00,00,02,02,02,02,02,02,02,00,00,00,00,
26 00,00,02,02,02,02,02,02,02,02,02,00,00,00,
27 00,02,02,02,02,02,01,01,02,02,02,02,00,00,
28 00,02,02,02,02,01,00,00,01,02,02,02,02,00,
29 02,02,02,02,01,00,00,00,00,01,02,02,02,01,
30 02,02,02,01,00,00,00,00,00,00,01,02,02,01,
31 02,02,02,01,00,00,00,00,00,00,00,01,01,00,
32 00,01,01,00,00,00,00,00,00,00,00,00,00,00
35 static const UBYTE cancelimage_pal
[] =
37 0xb3,0xb3,0xb3,0x00,0x00,0x00,
41 const struct CoolImage cool_cancelimage
=