|
||
void clear_away_lines ( void )
|
|
Synopsis |
#include "silver.h"
The clear_away_lines function frees the memory used by any graphics lines that were saved by calling a paint function (paint_primitive , paint_entity) with the value COLOR_INVERSE or'ed into its color argument. clear_away_lines provides a means by which the memory used by these lines may be reclaimed without refreshing the lines on the screen.
|
Parameters |
none
|
Return Value |
none
|
See Also |
|
|