revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / asl / coolimages.h
blob64d8b6715d96f138800da5e7da95fb62cba95f53
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef EXEC_TYPES_H
7 # include <exec/types.h>
8 #endif
10 #define DEF_COOLIMAGEHEIGHT 16
12 struct CoolImage
14 const UBYTE *data;
15 const UBYTE *pal;
16 WORD width;
17 WORD height;
18 WORD depth;
21 extern const struct CoolImage cool_saveimage,
22 cool_loadimage,
23 cool_useimage,
24 cool_cancelimage,
25 cool_dotimage,
26 cool_dotimage2,
27 cool_warnimage,
28 cool_diskimage,
29 cool_switchimage,
30 cool_monitorimage,
31 cool_infoimage,
32 cool_askimage,
33 cool_keyimage;