AddAnimOb(anOb, anKey, rp)
void AddAnimOb(struct AnimOb *,struct AnimOb **, struct RastPort *);
Links this AnimOb into the current list pointed to by animKey. Initializes all the Timers of the AnimOb's components. Calls
AddBob with each component's Bob. rp->GelsInfo must point to an initialized GelsInfo structure.
anOb = pointer to the AnimOb structure to be added to the list
anKey = address of a pointer to the first AnimOb in the list
(anKey = NULL if there are no AnimObs in the list so far)
rp = pointer to a valid RastPort
Animate() graphics/rastport.h graphics/gels.h