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

  1.     section    .data,data
  2.  
  3. _LVOLearn    equ    -30
  4.     xdef    _LVOLearn
  5. _LVORecognize    equ    -36
  6.     xdef    _LVORecognize
  7. _LVOAddVoiceTask    equ    -42
  8.     xdef    _LVOAddVoiceTask
  9. _LVORemVoiceTask    equ    -48
  10.     xdef    _LVORemVoiceTask
  11.