(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

void FreeSprite (pick)

LOCATION
In GfxBase at offset 69

SYNOPSIS
WORD pick

FUNCTION
Free a via GetSprite previously allocated sprite. Don't even dare to free a sprite you didn't allocate.

INPUTS
pick
number of sprite in range 0-7

RESULT
Sprite is made available for other tasks and the Virtual Sprite Machine.

EXAMPLE

SEE ALSO
GetSprite() ChangeSprite() MoveSprite() graphics/sprite.h

NOTES

BUGS

INTERNALS

HISTORY