Home  /  Autodocs  /  graphics.library

NAME

AddVSprite
Add a VSprite to the current gel list.

SYNOPSIS

AddVSprite(vs, rp)
A0 A1

void AddVSprite(struct VSprite *, struct RastPort *);

FUNCTION

Sets up the system VSprite flags Links this VSprite into the current gel list using its Y,X

INPUTS

vs = pointer to the VSprite structure to be added to the gel list

rp = pointer to a RastPort structure

SEE ALSO

InitGels() graphics/rastport.h graphics/gels.h