Docs » Autodocs » graphics.library » AddBob
AddBob -- Adds a Bob to current gel list.
AddBob(Bob, rp) A0 A1 void AddBob(struct Bob *, struct RastPort *);
Sets up the system Bob flags, then links this gel into the list via AddVSprite.
Bob = pointer to the Bob structure to be added to the gel list rp = pointer to a RastPort structure
InitGels(), AddVSprite(), <graphics/gels.h>, <graphics/rastport.h>
|