home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / XMPlayer-library / include / C / SASC / clib / xmplayer_protos.h
Encoding:
C/C++ Source or Header  |  2001-04-17  |  841 b   |  37 lines

  1. #ifndef CLIB_XMPLAYER_PROTOS_H
  2. #define CLIB_XMPLAYER_PROTOS_H
  3. /*
  4. **    $Filename: clib/xmplayer_protos.h $
  5. **    $Release: 1.0a $
  6. **    $Revision: 1.0a $
  7. **
  8. **    C prototypes for xmplayer.library
  9. **
  10. **    Library coded by CruST / Amnesty^.humbug.
  11. **    Released by .humbug. 17.04.2001
  12. **    
  13. **    C includes&fd file by Igor/TCG
  14. **
  15. **    Library based on the PS3M source 
  16. **    Copyright (c) Jarno Paananen a.k.a. Guru / S2 1994-96.
  17. */
  18.  
  19. #ifndef    EXEC_TYPES_H
  20. #include <exec/types.h>
  21. #endif    /* EXEC_TYPES_H */
  22.  
  23. #ifndef    LIBRARIES_XMPLAYER_H
  24. #include <libraries/xmplayer.h>
  25. #endif    /* LIBRARIES_XMPLAYER_H */
  26.  
  27. BOOL XMPl_Init(struct XMPlayerInfo *);
  28. BOOL XMPl_Play(void);
  29. void XMPl_StopPlay(void);
  30. void XMPl_PausePlay(void);
  31. void XMPl_ContPlay(void);
  32. void XMPl_SetPos(LONG);
  33. void XMPl_GetPos(struct XMPlayerPos *);
  34. void XMPl_DeInit(void);
  35.  
  36. #endif /* CLIB_XMPLAYER_PROTOS_H */
  37.