home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / cdity / EasyTM_src.lha / EasyTM-src / librarian.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-27  |  590 b   |  30 lines

  1. //************************************
  2. //
  3. // Name : Librarian.h
  4. //
  5. //************************************
  6.  
  7. //**** Header files
  8.  
  9. #define INTUI_V36_NAMES_ONLY
  10.  
  11.  
  12. //**** Library bases
  13.  
  14. extern struct Library *DOSBase; // we dont actually open this ourselves
  15. extern struct Library *WorkbenchBase;
  16. extern struct Library *WBStartBase;
  17. extern struct Library *CxBase;
  18. extern struct Library *UtilityBase;
  19. extern struct Library *IconBase;
  20. extern struct Library *AslBase;
  21. extern struct Library *IntuitionBase;
  22.  
  23.  
  24. //**** Function Prototypes
  25.  
  26. int  OpenLibs(void);
  27. void CloseLibs(void);
  28.  
  29. //**** End of file
  30.