home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: DITOEXTbase.h 2.0 (14.8.96)
- **
- ** definition of DITOEXTBase
- **
- ** (C) Copyright 1996 Andreas R. Kleinert
- ** All Rights Reserved.
- */
-
- /// HEADER
- #ifndef DITOEXT_DITOEXTBASE_H
- #define DITOEXT_DITOEXTBASE_H
-
- #ifndef EXEC_LIBRARIES
- #include <exec/libraries.h>
- #endif /* EXEC_LIBRARIES_H */
- ///
- /// struct DITO_ExtBase
- struct DitoExtBase
- {
- struct Library exb_LibNode;
- APTR exb_SegList;
- struct ExecBase *exb_SysBase;
- struct DosLibrary *exb_DOSBase;
- struct IntuitionBase *exb_IntuitionBase;
- struct GfxBase *exb_GfxBase;
- };
-
- #endif /* DITOEXT_DITOEXTBASE_H */
- ///
-