home *** CD-ROM | disk | FTP | other *** search
- #ifndef LIBRARIES_IMAGEBASE_H
- #define LIBRARIES_IMAGEBASE_H
-
- #ifndef EXEC_LIBRARIES
- #include <exec/libraries.h>
- #endif /* EXEC_LIBRARIES_H */
-
- struct ImageBase
- {
- struct Library ib_LibNode;
- APTR ib_SegList;
- struct ExecBase *ib_SysBase;
- struct Library *ib_UtilityBase;
- struct GfxBase *ib_GfxBase;
- };
-
- #endif /* LIBRARIES_IMAGEBASE_H */
-