Docs » Autodocs » graphics.library » AddVSprite
AddVSprite -- Add a VSprite to the current gel list.
AddVSprite(vs, rp) A0 A1 void AddVSprite(struct VSprite *, struct RastPort *);
Sets up the system VSprite flags Links this VSprite into the current gel list using its Y,X
vs = pointer to the VSprite structure to be added to the gel list rp = pointer to a RastPort structure
InitGels(), <graphics/rastport.h>, <graphics/gels.h>
|