MapCelToCQuad

Maps a cel to a quad.

Synopsis

void MapCelToCQuad (CCB *cel, CQuad *quad)

Description

This function performs a standard MapCel() on a single cel. It differs from the standard MapCel() call only in that it accepts a CQuad* datatype.

Arguments

cel
Pointer to the cel to be mapped.
quad
Pointer to the CQuad to which the cel is to be mapped.

Implementation

Library call implemented in lib3do.lib.

Associated Files

lib3do.lib, celutils.h

See Also

MapAACelToCQuad, MapCelListToCQuad