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

  1. #ifndef _PROTO_CIA_H
  2. #define _PROTO_CIA_H
  3.  
  4. /*
  5. **  $VER: cardres.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. #include <exec/types.h>
  13.  
  14. extern struct Library *CiaBase ;
  15.  
  16. #include <clib/cia_protos.h>
  17. #include <pragmas/cia_pragmas.h>
  18.  
  19. #endif
  20.