From 8db569a42c280be13ea9edbe4c528e0041b6fd3f Mon Sep 17 00:00:00 2001 From: mihaf <miha.fosnaric@gmail.com> Date: Tue, 03 Dec 2013 13:05:49 +0000 Subject: [PATCH] Samo&Miha poly_list_free added. --- 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