Added AROS port of all shell applications:
[cake.git] / rom / boopsi / icclass.h
blob08ecea58d8325d7714eaeeeda1b8278f56d61818
1 #ifndef _ICCLASS_H
2 #define _ICCLASS_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Externally visible data for ICClass
9 Lang: english
12 /* Both ICCLASS and GADGETCLASS need this data, so we make it visible. */
14 struct ICData
16 Object *ic_Target;
17 struct TagItem *ic_Mapping;
18 struct TagItem *ic_CloneTags;
19 ULONG ic_LoopCounter;
22 #endif _ICCLASS_H