home *** CD-ROM | disk | FTP | other *** search
- #ifndef LIBRARIES_H
- #define LIBRARIES_H
-
- /************************************************************************
- * libraries.h:
- * global externs for the library routines
- *
- *************************************************************************/
-
- #include <libraries/easyrexx.h>
-
- #if 0
- extern struct Library *DiskfontBase;
- extern struct Library *GfxBase;
- extern struct Library *IntuitionBase;
- extern struct Library *UtilityBase;
- /*
- extern struct Library *ConsoleDevice;
- extern struct Library *KeymapBase;
- extern struct Library *IconBase;
- */
- extern struct Library *DosBase;
- extern struct Library *AslBase;
- #endif
-
- extern struct Library *EasyRexxBase;
-
- /*
- * prototypes
- */
-
- BOOL LibOpen(long);
- void LibClose(void);
- #endif
-