home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / MUI / muitoolkit / developer / C / include / proto / muitoolkit.h
Encoding:
C/C++ Source or Header  |  1999-09-18  |  350 b   |  17 lines

  1. /*
  2. **      $VER: muitoolkit.h 1.00 (20.09.1999)
  3. **
  4. **      prototype/pragma include for muitoolkit.library
  5. **
  6. **      (C) Copyright 1999 Marcin Orlowski
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef PROTO_MUITOOLKIT_H
  11. #define PROTO_MUITOOLKIT_H
  12.  
  13. #include <clib/muitoolkit_protos.h>
  14. #include <pragmas/muitoolkit_pragmas.h>
  15.  
  16. #endif /* PROTO_MUITOOLKIT_H */
  17.