From bb77ca8f6e18e5a3ee2996095db5394dcd49197a Mon Sep 17 00:00:00 2001
From: Samo Penic <samo@andromeda>
Date: Sat, 04 Dec 2010 14:31:17 +0000
Subject: [PATCH] Datastructure & basic functions rewritten. It seems there is no memory leaks in simple operations.

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

diff --git a/src/vertex.h b/src/vertex.h
index 152fc0d..e0df249 100644
--- a/src/vertex.h
+++ b/src/vertex.h
@@ -22,4 +22,5 @@
 ts_bool vtx_data_free(ts_vertex_data *data);
 ts_bool vtx_free(ts_vertex *vtx);
 ts_bool vtx_list_free(ts_vertex_list *vlist);
+inline ts_double vtx_distance_sq(ts_vertex *vtx1, ts_vertex *vtx2);
 #endif

--
Gitblit v1.9.3