1 #ifndef GADGETS_TAPEDECK_H
2 #define GADGETS_TAPEDECK_H
5 Copyright © 1995-2001, 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 TDECK_Dummy (TAG_USER | 0x5000000)
17 #define TDECK_Mode (TDECK_Dummy + 0x1 )
18 #define TDECK_Paused (TDECK_Dummy + 0x2 )
19 #define TDECK_Tape (TDECK_Dummy + 0x3 )
20 #define TDECK_Frames (TDECK_Dummy + 0xB )
21 #define TDECK_CurrentFrame (TDECK_Dummy + 0xC )
32 #endif /* GADGETS_TAPEDECK_H */