Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 475 Bytes

DisposeRegion.md

File metadata and controls

31 lines (18 loc) · 475 Bytes

NAME

DisposeRegion -- Return all space for this region to free memory pool.

SYNOPSIS

    DisposeRegion(region)
                  a0

    void DisposeRegion( struct Region * );

Links: Region

FUNCTION

Free all RegionRectangles for this Region then free the Region itself.

INPUTS

region - pointer to Region structure

BUGS

SEE ALSO

NewRegion graphics/regions.h