mmakefile ignored
[cake.git] / workbench / libs / icon / support_builtin.h
blob62e51aa8a99055cbda695ee382808ab3b20d5783
1 #ifndef _SUPPORT_BUILTIN_H_
2 #define _SUPPORT_BUILTIN_H_
4 /*
5 Copyright © 2003, The AROS Development Team. All rights reserved.
6 $Id$
8 Headers for the builtin icon images and support functions.
9 */
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_ */