aboutsummaryrefslogtreecommitdiffstats
path: root/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'graph.h')
-rw-r--r--graph.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/graph.h b/graph.h
index 25c7191b..d0ebd2c2 100644
--- a/graph.h
+++ b/graph.h
@@ -11,11 +11,12 @@ extern "C" {
*
* param:
* - x0, y0, x1, y1: location of arrows
+ * - gridX, gridY: grid size in X and Y direction
* - color: color of arrows
*
* return: none
*/
-void graphDrawSystem(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint16_t color);
+void graphDrawSystem(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint16_t gridX, uint16_t gridY, uint16_t color);
/*
* Description: does draw coordinates into graph as dots