home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / wst!oma3.lha / OMA / Include / graphics / sprite.i < prev    next >
Encoding:
Text File  |  1994-12-23  |  537 b   |  25 lines

  1.     IFND    GRAPHICS_SPRITE_I
  2. GRAPHICS_SPRITE_I    EQU    1
  3. *    $Filename: graphics/sprite.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 37.0 $
  6. *    $Date: 91/01/07 $
  7. *
  8. *    (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10. *    This file was modified for the Optimizing Macro Assembler:
  11. *       SPRITE_ATTACHED was missing and has been added.
  12.     IFND    EXEC_TYPES_I
  13.     include    'exec/types.i'
  14.     ENDC
  15. SPRITE_ATTACHED    EQU    $80
  16.     RSRESET
  17. SimpleSprite    rs.b    0
  18. ss_posctldata    rs    2
  19. ss_height    rs    1
  20. ss_x    rs    1
  21. ss_y    rs    1
  22. ss_num    rs    1
  23. ss_SIZEOF    rs.b    0
  24.     ENDC
  25.