1 #ifndef PROTO_MUIMASTER_H
2 #define PROTO_MUIMASTER_H
6 ** Includes Release 50.1
8 ** Prototype/inline/pragma header file combo
10 ** (C) Copyright 2003-2004 Amiga, Inc.
11 ** All Rights Reserved
15 #include <exec/types.h>
17 #ifndef INTUITION_CLASSES_H
18 #include <intuition/classes.h>
20 #ifndef UTILITY_TAGITEM_H
21 #include <utility/tagitem.h>
23 #ifndef LIBRARIES_MUI_H
24 #include <libraries/mui.h>
27 /****************************************************************************/
30 extern struct Library
* MUIMasterBase
;
31 #endif /* __NOLIBBASE__ */
33 /****************************************************************************/
36 #include <interfaces/muimaster.h>
38 #include <inline4/muimaster.h>
39 #endif /* __USE_INLINE__ */
40 #ifndef CLIB_MUIMASTER_PROTOS_H
41 #define CLIB_MUIMASTER_PROTOS_H 1
42 #endif /* CLIB_MUIMASTER_PROTOS_H */
43 #ifndef __NOGLOBALIFACE__
44 extern struct MUIMasterIFace
*IMUIMaster
;
45 #endif /* __NOGLOBALIFACE__ */
46 #else /* __amigaos4__ */
47 #ifndef CLIB_MUIMASTER_PROTOS_H
48 #include <clib/muimaster_protos.h>
49 #endif /* CLIB_MUIMASTER_PROTOS_H */
52 #include <inline/muimaster.h>
54 #include <ppcinline/muimaster.h>
56 #elif defined(__VBCC__)
58 #include <inline/muimaster_protos.h>
61 #include <pragmas/muimaster_pragmas.h>
63 #endif /* __amigaos4__ */
65 /****************************************************************************/
67 #endif /* PROTO_MUIMASTER_H */