1 /*** Variables **************************************************************/
2 extern struct MUI_CustomClass
*Keymap_CLASS
;
4 /*** Macros *****************************************************************/
5 #define KeymapObject BOOPSIOBJMACRO_START(Keymap_CLASS->mcc_Class)
7 /*** Attributes *************************************************************/
8 #define MUIA_Keymap_Base (TAG_USER + 0x9000)
10 #define MUIA_Keymap_Keymap (MUIA_Keymap_Base + 1)