Adds a Bob to current gel list.
Source position: agraphics.pas line 2254
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. |