Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
graphics.library
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
SEE ALSO
InitGels()
AddVSprite()
graphics/gels.h graphics/rastport.h