home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BK-SC1_3.DMS / in.adf / C-Incl.Lha / proto / amigaguide.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-29  |  363 b   |  19 lines

  1. #ifndef _PROTO_AMIGAGUIDE_H
  2. #define _PROTO_AMIGAGUIDE_H
  3.  
  4. /*
  5. **  $VER: amigaguide.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12.  
  13. #include <exec/types.h>
  14. extern struct Library *AmigaGuideBase ;
  15. #include <clib/amigaguide_protos.h>
  16. #include <pragmas/amigaguide_pragmas.h>
  17.  
  18. #endif
  19.