#include <nitro/prc.h>
void PRC_Clear( PRCStrokes* strokes );
Returns strokes to the clear state that immediately follows PRC_InitStrokes.
strokes |
Pointer to the input stroke structure |
None
PRC_InitStrokes, PRC_AppendPoint, PRC_AppendPenUpMarker, PRC_IsFull, PRC_IsEmpty
06/23/2004 Initial Version