Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / classes / zune / iconimage / iconimage_private.h
blob11e8c048c70d3351a029c009743ddebc403b720a
1 #ifndef _ICONIMAGE_PRIVATE_H_
2 #define _ICONIMAGE_PRIVATE_H_
4 /*
5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 This file is part of the IconImage class, which is distributed under
7 the terms of version 2.1 of the GNU Lesser General Public License.
9 $Id$
12 #include <workbench/icon.h>
14 /*** Instance data **********************************************************/
15 struct IconImage_DATA
17 struct DiskObject *iid_DiskObject;
20 #endif /* _ICONIMAGE_PRIVATE_H_ */