(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/graphics.h>
void AddVSprite (vs , rp)
LOCATION
In GfxBase at offset 17
SYNOPSIS
struct VSprite * vs
struct RastPort * rp
FUNCTION
The VSprite is linked into the current gel list using it's y and x coordinates. The VSprite's flags are set up.
INPUTS
vs = pointer to VSprite to be linked into gel list rp = pointer to RastPort that has an initilized GelsInfo linked to it (see InitGels()).
RESULT
EXAMPLE
SEE ALSO
InitGels() graphics/gels.h graphics/rastport.h
NOTES
BUGS
INTERNALS
HISTORY