From 719c9febac2eaff9483fda487b57684afbb59bb2 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Wed, 05 Mar 2014 16:47:50 +0000
Subject: [PATCH] dont know

---
 src/poly.h |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/poly.h b/src/poly.h
new file mode 100644
index 0000000..9bdec52
--- /dev/null
+++ b/src/poly.h
@@ -0,0 +1,16 @@
+#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);
+
+ts_bool poly_free(ts_poly *poly);
+
+ts_bool poly_list_free(ts_poly_list *poly_list);
+
+ts_bool poly_assign_spring_const(ts_vesicle *vesicle);
+
+#endif

--
Gitblit v1.9.3