(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/graphics.h>
void CBump (ucl)
LOCATION
In GfxBase at offset 61
SYNOPSIS
struct UCopList * ucl
FUNCTION
Increment user copper list pointer. If the current user copper list is full a new one will be created and worked on.
INPUTS
ucl
pointer to a UCopList structure
RESULT
EXAMPLE
SEE ALSO
CINIT CWAIT CMOVE CEND graphics/copper.h
NOTES
CWAIT() and CMOVE() automatically call this function!
BUGS
INTERNALS
HISTORY