(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/graphics.h>
void SortGList (rp)
LOCATION
In GfxBase at offset 25
SYNOPSIS
struct RastPort * rp
FUNCTION
Sort the current gel list by the y and x coordinates of it's elements. You have to call this routine prior to calling DoCollision() of DrawGList or make sure that the list is sorted!
INPUTS
rp = pointer to RastPort that has an GelsInfo linked to it
RESULT
EXAMPLE
SEE ALSO
InitGels() DrawGList() DoCollision() graphics/rastport.h
NOTES
BUGS
INTERNALS
HISTORY