home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / PMM / Developer / IncludeWOS / lvo / sound_lvo.asm < prev    next >
Encoding:
Assembly Source File  |  1999-10-04  |  246 b   |  13 lines

  1.     section    .data,data
  2.  
  3. _LVOAllocSoundMem    equ    -6
  4.     xdef    _LVOAllocSoundMem
  5. _LVOStopAudio    equ    -12
  6.     xdef    _LVOStopAudio
  7. _LVOCheckSound    equ    -18
  8.     xdef    _LVOCheckSound
  9. _LVOFreeSoundMem    equ    -24
  10.     xdef    _LVOFreeSoundMem
  11. _LVOSetVolume    equ    -30
  12.     xdef    _LVOSetVolume
  13.