1 #ifndef COLORBUTTON_MCC_H
    2 #define COLORBUTTON_MCC_H
    3 
    4 /*
    5 	ColorButton.mcc include
    6 
    7 	Copyright © 2004 The MorphOS Development Team, All Rights Reserved.
    8 */
    9 
   10 #define MUIC_ColorButton "ColorButton.mcc"
   11 #define ColorButtonObject MUI_NewObject(MUIC_ColorButton
   12 
   13 /* Attributes */
   14 
   15 #define MUIA_ColorButton_Pens           0xAA124320 /* V14 i.. UBYTE * = NULL      */
   16 #define MUIA_ColorButton_Pen            0xAA124321 /* V14 isg UBYTE   =    0      */
   17 #define MUIA_ColorButton_Max            0xAA124322 /* V14 i.g UBYTE   =  255      */
   18 
   19 #endif