From 40aa5b1bea828225a582b191600996f0674b2760 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sat, 07 Dec 2013 14:14:28 +0000 Subject: [PATCH] Finished io.c. Changes made also in poly.c to accomodate unique indexing of all vertices for purpose of visualization --- src/poly.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/poly.h b/src/poly.h index 395b486..89392ba 100644 --- a/src/poly.h +++ b/src/poly.h @@ -7,4 +7,8 @@ ts_poly_list *init_poly_list(ts_uint n_poly, ts_uint n_mono, ts_vertex_list *vlist); +ts_bool poly_free(ts_poly *poly); + +ts_bool poly_list_free(ts_poly_list *poly_list); + #endif -- Gitblit v1.9.3