Switched to latest release.
[AROS-Contrib.git] / emu / uae-config / drivelist.h
blob0c15f580d725786faf132ab8120721b99dfa87b8
1 #ifndef _DRIVELIST_H_
2 #define _DRIVELIST_H_
4 /*
5 Copyright © 2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Variables **************************************************************/
13 extern struct MUI_CustomClass *DriveList_CLASS;
15 /*** Macros *****************************************************************/
16 #define DriveListObject BOOPSIOBJMACRO_START(DriveList_CLASS->mcc_Class)
18 #endif /* _DRIVELIST_H_ */