config: fix build with external compiler by passing the sysroot where needed
[AROS.git] / arch / .unmaintained / morphos / Include / gadgets / aroscycle.h
blobddb7599ed308534bb51b9432885a8d5a0ad007cf
1 #ifndef GADGETS_AROSCYCLE_H
2 #define GADGETS_AROSCYCLE_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: MethodIDs and AttrIDs for the AROS cycle class.
9 Lang: english
12 #ifndef EXEC_TYPES_H
13 # include <exec/types.h>
14 #endif
15 #ifndef UTILITY_TAGITEM_H
16 # include <utility/tagitem.h>
17 #endif
18 #ifndef LIBRARIES_GADTOOLS_H
19 # include <libraries/gadtools.h>
20 #endif
22 /* The AROSCycleClass ist a subclass of GadgetClass. */
24 /* Use that #define instead of a string. */
25 #define AROSCYCLECLASS "cycle.aros"
26 #define AROSCYCLENAME "Gadgets/aroscycle.gadget"
28 /* Tags to be passed to AROSCYCLECLASS. */
29 #define AROSCYCLE_Dummy (TAG_USER + 0x05100000)
30 /* [ISG] (STRPTR *) Null-terminated list of labels for gadget. */
31 #define AROSCYCLE_Labels GTCY_Labels
32 /* [ISG] (UWORD) Active label (starting with 0). */
33 #define AROSCYCLE_Active GTCY_Active
35 #endif /* GADGETS_AROSCYCLE_H */