Backport
[AROS.git] / compiler / coolimages / useimage.c
blobf00c1a407d8ddbe1b4da2b23dd5e79da137cbd9f
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "coolimages.h"
8 #define USEIMAGE_WIDTH 13
9 #define USEIMAGE_HEIGHT 16
10 #define USEIMAGE_COLORS 3
12 static const UBYTE useimage_data[] =
14 00,00,00,00,00,00,00,00,00,02,02,02,00,
15 00,00,00,00,00,00,00,00,02,02,02,02,01,
16 00,00,00,00,00,00,00,02,02,02,02,02,01,
17 00,00,00,00,00,00,00,02,02,02,02,01,00,
18 00,00,00,00,00,00,02,02,02,02,01,00,00,
19 00,00,00,00,00,00,02,02,02,01,00,00,00,
20 00,02,02,00,00,00,02,02,02,01,00,00,00,
21 02,02,02,02,00,02,02,02,01,00,00,00,00,
22 02,02,02,02,02,02,02,02,01,00,00,00,00,
23 02,02,02,02,02,02,02,02,01,00,00,00,00,
24 00,02,02,02,02,02,02,01,00,00,00,00,00,
25 00,00,02,02,02,02,02,01,00,00,00,00,00,
26 00,00,02,02,02,02,02,01,00,00,00,00,00,
27 00,00,00,02,02,02,01,00,00,00,00,00,00,
28 00,00,00,02,02,02,01,00,00,00,00,00,00,
29 00,00,00,00,02,01,00,00,00,00,00,00,00
32 static const UBYTE useimage_pal[] =
34 0xb3,0xb3,0xb3,0x00,0x00,0x00,
35 0x00,0x76,0x00
38 const struct CoolImage cool_useimage =
40 useimage_data,
41 useimage_pal,
42 USEIMAGE_WIDTH,
43 USEIMAGE_HEIGHT,
44 USEIMAGE_COLORS