2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
6 #include <exec/types.h>
7 #include <workbench/icon.h>
8 #include <proto/icon.h>
10 #include "icon_intern.h"
12 # include <aros/debug.h>
14 /*****************************************************************************
18 AROS_LH1(struct DiskObject
*, NewDiskObject
,
21 AROS_LHA(ULONG
, type
, D0
),
24 struct Library
*, IconBase
, 29, Icon
)
42 *****************************************************************************/
46 # warning TODO: Implement icon/NewDiskObject()
47 aros_print_not_implemented("icon/NewDiskObject()");
52 } /* NewDiskObject() */