From 1527c69cc047146da19e541d6690a8727c1f0459 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 24 Oct 2012 21:10:35 +0200 Subject: graph update --- include/graph.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/graph.h b/include/graph.h index 74b85ed4..980ed996 100644 --- a/include/graph.h +++ b/include/graph.h @@ -50,6 +50,8 @@ extern "C" { void graphDrawSystem(Graph *g); void graphDrawDot(Graph *g, coord_t x, coord_t y, uint16_t radius, color_t color); +void graphDrawDots(Graph *g, int coord[][2], uint16_t entries, uint16_t radius, uint16_t color); +void graphDrawNet(Graph *g, int coord[][2], uint16_t entries, uint16_t radius, uint16_t lineColor, uint16_t dotColor); #ifdef __cplusplus } -- cgit v1.2.3