handle USER_INCLUDES via the CPPFLAGS
[AROS.git] / compiler / coolimages / infoimage.c
blob9ce322bf1f565afc9e6953061f742adbb86b3266
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "coolimages.h"
8 #define INFOIMAGE_WIDTH 16
9 #define INFOIMAGE_HEIGHT 16
10 #define INFOIMAGE_COLORS 4
12 static const UBYTE infoimage_data[] =
14 00,00,00,00,00,03,03,03,03,03,00,00,00,00,00,00,
15 00,00,00,03,03,03,03,03,03,03,03,03,00,00,00,00,
16 00,00,03,03,03,03,03,03,03,03,03,03,03,00,00,00,
17 00,03,03,03,03,03,02,02,02,03,03,03,03,03,00,00,
18 00,03,03,03,03,03,02,02,02,03,03,03,03,03,01,00,
19 03,03,03,03,03,03,03,03,03,03,03,03,03,03,03,00,
20 03,03,03,03,03,02,02,02,02,03,03,03,03,03,03,01,
21 03,03,03,03,03,03,02,02,02,03,03,03,03,03,03,01,
22 03,03,03,03,03,03,02,02,02,03,03,03,03,03,03,01,
23 03,03,03,03,03,03,02,02,02,03,03,03,03,03,03,01,
24 00,03,03,03,03,03,02,02,02,03,03,03,03,03,01,01,
25 00,03,03,03,03,02,02,02,02,02,03,03,03,03,01,00,
26 00,00,03,03,03,03,03,03,03,03,03,03,03,01,01,00,
27 00,00,00,03,03,03,03,03,03,03,03,03,01,01,00,00,
28 00,00,00,00,01,03,03,03,03,03,01,01,01,00,00,00,
29 00,00,00,00,00,00,01,01,01,01,01,00,00,00,00,00
32 static const UBYTE infoimage_pal[] =
34 0xb3,0xb3,0xb3,0x00,0x00,0x00,
35 0xe0,0xe0,0xe0,0x00,0x76,0x00
38 const struct CoolImage cool_infoimage =
40 infoimage_data,
41 infoimage_pal,
42 INFOIMAGE_WIDTH,
43 INFOIMAGE_HEIGHT,
44 INFOIMAGE_COLORS