home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma58.dms / ma58.adf / superplay-lib_DEV / Programmers / include / pragmas / superplay_pragmas.h < prev   
C/C++ Source or Header  |  1996-05-27  |  1KB  |  34 lines

  1. /* pragmas/superplay.h              */
  2. /* Version    : 4.1                 */
  3. /* Date       : 27.11.1994          */
  4. /* Written by : Andreas R. Kleinert */
  5.  
  6. #ifndef PRAGMAS_SUPERPLAY_H
  7. #define PRAGMAS_SUPERPLAY_H
  8.  
  9. #pragma libcall SuperPlayBase SPL_AllocHandle      1e 901
  10. #pragma libcall SuperPlayBase SPL_FreeHandle       24 901
  11. #pragma libcall SuperPlayBase SPL_StopReplay       2a 901
  12. #pragma libcall SuperPlayBase SPL_FreeResources    30 901
  13. #pragma libcall SuperPlayBase SPL_SuperPlay        36 a902
  14. #pragma libcall SuperPlayBase SPL_SuperWrite       3c a902
  15. #pragma libcall SuperPlayBase SPL_InitHandleAsDOS  42 a902
  16. #pragma libcall SuperPlayBase SPL_InitHandleAsClip 48 a902
  17. #pragma libcall SuperPlayBase SPL_SetWriteType     4e ba903
  18. #pragma libcall SuperPlayBase SPL_GetErrorString   54 901
  19. #pragma libcall SuperPlayBase SPL_SetWriteName     5a ba903
  20. #pragma libcall SuperPlayBase SPL_FileInfoRequest  60 ba903
  21. #pragma libcall SuperPlayBase SPL_SetReqIOWindow   66 a902
  22. #pragma libcall SuperPlayBase SPL_ReadPlayData     6c a902
  23. #pragma libcall SuperPlayBase SPL_ContinueReplay   72 901
  24. #pragma libcall SuperPlayBase SPL_FastForward      78 901
  25. #pragma libcall SuperPlayBase SPL_FastBackward     7e 901
  26. /* added with V2 */
  27. #pragma libcall SuperPlayBase SPL_GetSampleList    84 a902
  28. #pragma libcall SuperPlayBase SPL_SetSampleList    8a a902
  29. /* no functions added in V3 */
  30. /* added with V4 */
  31. #pragma libcall SuperPlayBase SPL_GetFileType      90 ba903
  32.  
  33. #endif /* PRAGMAS_SUPERPLAY_H */
  34.