home *** CD-ROM | disk | FTP | other *** search
- IFND GRAPHICS_SPRITE_I
- GRAPHICS_SPRITE_I EQU 1
- * $Filename: graphics/sprite.i $
- * $Release: 2.04 Includes, V37.4 $
- * $Revision: 37.0 $
- * $Date: 91/01/07 $
- *
- * (C) Copyright 1985-1991 Commodore-Amiga, Inc.
- * All Rights Reserved
- * This file was modified for the Optimizing Macro Assembler:
- * SPRITE_ATTACHED was missing and has been added.
- IFND EXEC_TYPES_I
- include 'exec/types.i'
- ENDC
- SPRITE_ATTACHED EQU $80
- RSRESET
- SimpleSprite rs.b 0
- ss_posctldata rs 2
- ss_height rs 1
- ss_x rs 1
- ss_y rs 1
- ss_num rs 1
- ss_SIZEOF rs.b 0
- ENDC
-