]> git.mxchange.org Git - flightgear.git/blob - Stripe_u/free.h
Tweaks to go along with scenery tools overhaul.
[flightgear.git] / Stripe_u / free.h
1 /********************************************************************/
2 /*   STRIPE: converting a polygonal model to triangle strips    
3      Francine Evans, 1996.
4      SUNY @ Stony Brook
5      Advisors: Steven Skiena and Amitabh Varshney
6 */
7 /********************************************************************/
8
9 /*---------------------------------------------------------------------*/
10 /*   STRIPE: free.h
11 -----------------------------------------------------------------------*/
12
13 void Free_All_Strips();
14 void ParseAndFreeList();
15 void FreePolygonNode();
16 void Free_Strips();
17 void FreeFaceTable();
18 void FreeEdgeTable();
19 void End_Face_Struct();
20 void End_Edge_Struct();
21
22