(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

void SetCollision (num , routine , GInfo )

LOCATION
In GfxBase at offset 24

SYNOPSIS
ULONG num
VOID_FUNC routine
struct GelsInfo * GInfo

FUNCTION
Call this function to set a specified entry (num) in the user's collision vector table with the address of the routine to be called by DoCollision().

INPUTS
num = number of collsion vector routine = pointer to user's collision routine GInfo = pointer to a GelsInfo structure

RESULT

EXAMPLE

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

NOTES

BUGS

INTERNALS

HISTORY