2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 #include "coolimages.h"
8 #define WARNIMAGE_WIDTH 7
9 #define WARNIMAGE_HEIGHT 16
10 #define WARNIMAGE_COLORS 3
12 static const UBYTE warnimage_data
[] =
32 static const UBYTE warnimage_pal
[] =
34 0xb3,0xb3,0xb3,0x00,0x00,0x00,
38 const struct CoolImage cool_warnimage
=