#ifndef PROTO_MUIMASTER_H #define PROTO_MUIMASTER_H /*************************************************************************** Magic User Interface - MUI Copyright (C) 1992-2006 by Stefan Stuntz Copyright (C) 2006-2020 by Thore Boeckelmann, Jens Maus All Rights Reserved. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL THE AUTHORS BE LIABLE FOR DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM ANY CLAIM ARISING OUT OF THE INFORMATION PRESENTED HEREIN, EVEN IF IT HAS BEEN ADVISED OF THE POSSIBILITIES OF SUCH DAMAGES. ***************************************************************************/ #ifndef EXEC_TYPES_H #include #endif #ifndef INTUITION_CLASSES_H #include #endif #ifndef UTILITY_TAGITEM_H #include #endif #ifndef LIBRARIES_MUI_H #include #endif /****************************************************************************/ #ifndef __NOLIBBASE__ extern struct Library * MUIMasterBase; #endif /* __NOLIBBASE__ */ /****************************************************************************/ #ifdef __amigaos4__ #include #ifdef __USE_INLINE__ #include #endif /* __USE_INLINE__ */ #ifndef CLIB_MUIMASTER_PROTOS_H #define CLIB_MUIMASTER_PROTOS_H 1 #endif /* CLIB_MUIMASTER_PROTOS_H */ #ifndef __NOGLOBALIFACE__ extern struct MUIMasterIFace *IMUIMaster; #endif /* __NOGLOBALIFACE__ */ #else /* __amigaos4__ */ #ifndef CLIB_MUIMASTER_PROTOS_H #include #endif /* CLIB_MUIMASTER_PROTOS_H */ #if defined(__GNUC__) #ifdef __AROS__ #include #else #ifndef __PPC__ #include #else #include #endif /* __PPC__ */ #endif /* __AROS__ */ #elif defined(__VBCC__) #ifndef __PPC__ #include #endif /* __PPC__ */ #else #include #endif /* __GNUC__ */ #endif /* __amigaos4__ */ /****************************************************************************/ #endif /* PROTO_MUIMASTER_H */