home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
TRSICAT.LZX
/
CATS_CD2_TRSI
/
Inc&AD1.3
/
Includes
/
graphics
/
sprite.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-12
|
396 b
|
24 lines
#ifndef GRAPHICS_SPRITE_H
#define GRAPHICS_SPRITE_H
/*
** $Filename: graphics/sprite.h $
** $Release: 1.3 $
**
**
**
** (C) Copyright 1985,1986,1987,1988 Commodore-Amiga, Inc.
** All Rights Reserved
*/
#define SPRITE_ATTACHED 0x80
struct SimpleSprite
{
UWORD *posctldata;
UWORD height;
UWORD x,y; /* current position */
UWORD num;
};
#endif /* GRAPHICS_SPRITE_H */