Fixed compatibility of output.
[AROS.git] / compiler / include / gadgets / tapedeck.h
blob6ec2449b184fe6892d3775c01feb01d0af978b38
1 #ifndef GADGETS_TAPEDECK_H
2 #define GADGETS_TAPEDECK_H
4 /*
5 Copyright © 1995-2016, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: MethodIDs and AttrIDs for the tapedeck class.
9 Lang: english
12 #ifndef UTILITY_TAGITEM_H
13 # include <utility/tagitem.h>
14 #endif
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 )
26 #define BUT_REWIND 0
27 #define BUT_PLAY 1
28 #define BUT_FORWARD 2
29 #define BUT_STOP 3
30 #define BUT_PAUSE 4
31 #define BUT_BEGIN 5
32 #define BUT_FRAME 6
33 #define BUT_END 7
35 #endif /* GADGETS_TAPEDECK_H */