(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

void AddAnimOb (anOb , anKey , rp)

LOCATION
In GfxBase at offset 26

SYNOPSIS
struct AnimOb * anOb
struct AnimOb ** anKey
struct RastPort * rp

FUNCTION
Link the AnimOb into the list pointed to by AnimKey. Calls AddBob with all components of a Bob and initializes all the timers of the components of this AnimOb. You have to provide a valid GelsInfo structure that is linked to the RastPort (InitGels())

INPUTS
anOb = pointer to AnimOb structure to be added to list of AnimObs anKey = address of a pointer to the first AnimOb in the list (when first calling this function the content of this address has to be NULL!) rp = pointer to a valid RastPort with initialized GelsInfo structure

RESULT

EXAMPLE

SEE ALSO
InitGels() Animate() graphics/rastport.h graphics/gels.h

NOTES

BUGS

INTERNALS

HISTORY
31.01.1999 collin
corrected 3 small spelling mistakes in documentation and comments
20.10.1998 hkiel
Amiga Research OS
12.01.1998 bergers
Some new functions + updated mmakefile