Home
last modified time | relevance | path

Searched refs:plotpoint_t (Results 1 – 1 of 1) sorted by relevance

/dports/games/xonotic/Xonotic/misc/tools/
H A Dhitplot2tga.c88 plotpoint_t; typedef
90 plotpoint_t *plotpoints;
117 plotpoints = (plotpoint_t *) realloc(plotpoints, allocatedPlotpoints * sizeof(*plotpoints)); in readpoints()