(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

void AddBob (bob , rp)

LOCATION
In GfxBase at offset 16

SYNOPSIS
struct Bob * bob
struct RastPort * rp

FUNCTION
The Bob is linked into the current gel list via AddVSprite. The Bob's flags are set up.

INPUTS
Bob = pointer to Bob to be added to gel list rp = pointer to RastPort that has an initilized GelsInfo linked to it (see InitGels()).

RESULT

EXAMPLE

SEE ALSO
InitGels() AddVSprite() graphics/rastport.h graphics/gels.h

NOTES

BUGS

INTERNALS

HISTORY