home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / edu / DITOdev.lha / DITOdev / Extensions / Include / proto / ditoext.h
C/C++ Source or Header  |  1996-12-17  |  313b  |  19 lines

  1. /*
  2. **      ditoext.library 1.0
  3. **      -------------------
  4. **
  5. **      Language support library for DITO
  6. **
  7. **      (C) Copyright by Dirk Holtwick, 1996
  8. **      All Rights Reserved.
  9. */
  10.  
  11. #ifndef PROTO_DITOEXT_H
  12. #define PROTO_DITOEXT_H
  13.  
  14. #include <clib/ditoext_protos.h>
  15. #include <pragmas/ditoext_pragmas.h>
  16.  
  17. #endif
  18.  
  19.