1 #ifndef GADGETS_TAPEDECK_H
2 #define GADGETS_TAPEDECK_H
5 Copyright © 1995-2016, The AROS Development Team. All rights reserved.
8 Desc: MethodIDs and AttrIDs for the tapedeck class.
12 #ifndef UTILITY_TAGITEM_H
13 # include <utility/tagitem.h>
16 #define TAPEDECKCLASS "tapedeck.gadget"
17 #define TAPEDECKNAME "Gadgets/tapedeck.gadget"
19 #define TDECK_Dummy (TAG_USER | 0x5000000)
20 #define TDECK_Mode (TDECK_Dummy + 0x1 )
21 #define TDECK_Paused (TDECK_Dummy + 0x2 )
22 #define TDECK_Tape (TDECK_Dummy + 0x3 )
23 #define TDECK_Frames (TDECK_Dummy + 0xB )
24 #define TDECK_CurrentFrame (TDECK_Dummy + 0xC )
35 #endif /* GADGETS_TAPEDECK_H */