home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / GameSmith1-Hisoft-System.DMS / in.adf / GDS_System.lha / include / libraries / libptrsSAS65.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-07  |  743 b   |  28 lines

  1. #ifndef GS_LIBPTRS
  2. #define GS_LIBPTRS
  3.  
  4.     struct    Library *DiskfontBase;
  5. //    struct    DosLibrary *DOSBase;
  6.     struct    Library *ExpansionBase;
  7.     struct    GfxBase *GfxBase;
  8.     struct    Library *IconBase;
  9.     struct    IntuitionBase *IntuitionBase;
  10.     struct    Library *LayersBase;
  11.     struct    Library *MathBase;
  12.     struct    Library *MathIeeeDoubBasBase;
  13.     struct    Library *MathIeeeDoubTransBase;
  14.     struct    Library *MathTransBase;
  15.     struct    Library *TranslatorBase;
  16.     struct    Library *AslBase;
  17.     struct    Library *CxBase;
  18.     struct    Library *GadToolsBase;
  19.     struct    Library *IFFParseBase;
  20.     struct    Library *KeymapBase;
  21.     struct    Library *MathIeeeSingBasBase;
  22.     struct    Library *MathIeeeSingTransBase;
  23.     struct    Library *RexxSysBase;
  24.     struct    Library *UtilityBase;
  25.     struct    Library *WorkbenchBase;
  26.  
  27. #endif
  28.