NAME
AddBob -- Adds a bob to current gel list.
SYNOPSIS
AddBob(Bob, rp)
A0 A1
void AddBob(struct bob *, struct rastport *);
FUNCTION
Sets up the system bob flags, then links this gel into the list
via addvsprite.
INPUTS
bob = pointer to the bob structure to be added to the gel list
rp = pointer to a rastport structure
RESULT
BUGS
SEE ALSO
initgels() addvsprite() graphics/gels.h graphics/rastport.h