Adds a Bob to current gel list.
Source position: agraphics.pas line 2058
| procedure AddBob( | 
| Bob: PBob; | 
| Rp: PRastPort | 
| ); | 
| Bob | 
 | Pointer to the Bob structure to be added to the gel list | 
| Rp | 
 | Pointer to a TRastPort structure | 
Sets up the system Bob flags, then links this gel into the list via AddVSprite().
| 
 | initialize a gel list; must be called before using gels. | |
| 
 | Add a VSprite to the current gel list. |