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

  1.     section    .data,data
  2.  
  3. _LVOMakePPCT    equ    -30
  4.     xdef    _LVOMakePPCT
  5. _LVOFreePPCT    equ    -36
  6.     xdef    _LVOFreePPCT
  7. _LVOFallPPCT    equ    -42
  8.     xdef    _LVOFallPPCT
  9. _LVOImagePPCT    equ    -48
  10.     xdef    _LVOImagePPCT
  11. _LVOPaletteToRGB32    equ    -54
  12.     xdef    _LVOPaletteToRGB32
  13. _LVOFreeRGB32    equ    -60
  14.     xdef    _LVOFreeRGB32
  15. _LVORGB32ToPalette    equ    -66
  16.     xdef    _LVORGB32ToPalette
  17. _LVOFreePalette    equ    -72
  18.     xdef    _LVOFreePalette
  19.