1 #ifndef _SUPPORT_BUILTIN_H_
2 #define _SUPPORT_BUILTIN_H_
5 Copyright © 2003, The AROS Development Team. All rights reserved.
8 Headers for the builtin icon images and support functions.
11 /*** Prototypes *************************************************************/
12 struct DiskObject
*__GetBuiltinIcon_WB(LONG type
, struct IconBase
*IconBase
);
14 /*** Macros *****************************************************************/
15 #define GetBuiltinIcon(type) (__GetBuiltinIcon_WB((type), LB(IconBase)))
17 #endif /* _SUPPORT_BUILTIN_H_ */