home *** CD-ROM | disk | FTP | other *** search
/ fxPAINT 1.0 / fxPAINT 1.0.iso / tools / ics / software / ics.lzh / ICS / Programmer / Include / proto / ics.h
Encoding:
C/C++ Source or Header  |  1997-12-10  |  272 b   |  17 lines

  1. /*
  2. **      ics.h
  3. **
  4. **      prototype/pragma include for ics.library
  5. **
  6. **      (C) Copyright 1997 Wolf Faust
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef PROTO_ICS_H
  11. #define PROTO_ICS_H
  12.  
  13. #include <clib/ics_protos.h>
  14. #include <pragmas/ics_pragmas.h>
  15.  
  16. #endif /* PROTO_ICS_H */
  17.