home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaMiscModsCD3.iso / _PROGRAMME / PLAYER / MULTIFORMAT / SPLibDev.lha / superplay-lib_DEV / Programmers / include / proto / superplay.h < prev   
Encoding:
C/C++ Source or Header  |  1997-04-03  |  345 b   |  17 lines

  1. /*
  2. **      $VER: superplay.h 5.1 (8.8.96)
  3. **
  4. **      prototype/pragma include for superplay.library
  5. **
  6. **      (C) Copyright 1994-96 Andreas R. Kleinert
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef PROTO_SUPERPLAY_H
  11. #define PROTO_SUPERPLAY_H
  12.  
  13. #include <clib/superplay_protos.h>
  14. #include <pragmas/superplay_pragmas.h>
  15.  
  16. #endif /* PROTO_SUPERPLAY_H */
  17.