From 2bdec5571ad2582dcc492d03148620b1b0c618ce Mon Sep 17 00:00:00 2001 From: mihaf <miha.fosnaric@gmail.com> Date: Tue, 03 Dec 2013 11:01:08 +0000 Subject: [PATCH] Samo&Miha: Poly structure build and debugging. --- src/poly.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/poly.h b/src/poly.h new file mode 100644 index 0000000..395b486 --- /dev/null +++ b/src/poly.h @@ -0,0 +1,10 @@ +#ifndef _POLY_H +#define _POLY_H + +#include"general.h" + +ts_poly *init_poly(ts_uint n, ts_vertex *grafted_vtx); + +ts_poly_list *init_poly_list(ts_uint n_poly, ts_uint n_mono, ts_vertex_list *vlist); + +#endif -- Gitblit v1.9.3