From 6005051ac7a795cc48f6bf48ff9097dd7275ced3 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 24 Oct 2012 02:57:59 +0200 Subject: graph update --- include/graph.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/graph.h b/include/graph.h index 3a6cbe03..14bae2b0 100644 --- a/include/graph.h +++ b/include/graph.h @@ -40,6 +40,7 @@ extern "C" { void graphDrawOneQuadrat(Graph *g); void graphDrawFourQuadrants(Graph *g); +void graphDrawDot(coord_t x, coord_t y, uint16_t radius, color_t color); void graphDrawDots(int coord[][2], uint16_t entries, uint16_t radius, uint16_t color); void graphDrawNet(int coord[][2], uint16_t entries, uint16_t radius, uint16_t lineColor, uint16_t dotColor); -- cgit v1.2.3