home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6574.LZX / include / pragmas / realtime_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-04  |  765 b   |  21 lines

  1. /*--- functions in V37 or higher (Release 2.04) ---*/
  2. /**/
  3. /* Locks*/
  4. /**/
  5. #pragma libcall RealTimeBase LockRealTime 1e 001
  6. #pragma libcall RealTimeBase UnlockRealTime 24 801
  7. /**/
  8. /* Conductor*/
  9. /**/
  10. #pragma libcall RealTimeBase CreatePlayerA 2a 801
  11. #pragma tagcall RealTimeBase CreatePlayer 2a 801
  12. #pragma libcall RealTimeBase DeletePlayer 30 801
  13. #pragma libcall RealTimeBase SetPlayerAttrsA 36 9802
  14. #pragma tagcall RealTimeBase SetPlayerAttrs 36 9802
  15. #pragma libcall RealTimeBase SetConductorState 3c 10803
  16. #pragma libcall RealTimeBase ExternalSync 42 10803
  17. #pragma libcall RealTimeBase NextConductor 48 801
  18. #pragma libcall RealTimeBase FindConductor 4e 801
  19. #pragma libcall RealTimeBase GetPlayerAttrsA 54 9802
  20. #pragma tagcall RealTimeBase GetPlayerAttrs 54 9802
  21.