home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
cbm
/
nduk-v37.lha
/
V37
/
include
/
graphics
/
sprite.i
< prev
next >
Wrap
Text File
|
1991-11-27
|
512b
|
28 lines
IFND GRAPHICS_SPRITE_I
GRAPHICS_SPRITE_I SET 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
**
IFND EXEC_TYPES_I
include 'exec/types.i'
ENDC
STRUCTURE SimpleSprite,0
APTR ss_posctldata
WORD ss_height
WORD ss_x
WORD ss_y
WORD ss_num
LABEL ss_SIZEOF
ENDC ; GRAPHICS_SPRITE_I