diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/graph.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/graph.h b/include/graph.h index 14bae2b0..cd709c7c 100644 --- a/include/graph.h +++ b/include/graph.h @@ -31,7 +31,8 @@ typedef struct _Graph { uint16_t grid_size; uint16_t dot_space; bool_t full_grid; - color_t color; + color_t axis_color; + color_t grid_color; } Graph; #ifdef __cplusplus |