home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: muitoolkitbase.h 1.00 (07.09.99)
- **
- ** definition of MuiToolkitBase
- **
- ** (C) Copyright 1999 Marcin Orlowski
- ** All Rights Reserved.
- */
-
- #ifndef MUITOOLKIT_MUITOOLKITBASE_H
- #define MUITOOLKIT_MUITOOLKITBASE_H
-
- #ifndef EXEC_LIBRARIES
- #include <exec/libraries.h>
- #endif /* EXEC_LIBRARIES_H */
-
- struct MuiToolkitBase
- {
- struct Library mt_LibNode;
- struct SegList *mt_SegList;
- struct ExecBase *mt_SysBase;
- struct IntuitionBase *mt_IntuitionBase;
- struct GfxBase *mt_GfxBase;
- struct UtilityBase *mt_UtilityBase;
- struct Library *mt_MUIMasterBase;
- struct DosLibrary *mt_DOSBase;
- };
-
- #endif /* MUITOOLKIT_MUITOOLKITBASE_H */
-