From 349b851f4866495a911f75969f40adc6c7cff1c6 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 21 Jun 2021 12:03:06 +0200 Subject: [PATCH] arrows have orientations --- include/base.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/base.h b/include/base.h index 402ab4d..105b981 100644 --- a/include/base.h +++ b/include/base.h @@ -40,6 +40,7 @@ struct { int x; int y; int z; + int o; } typedef Arrow_t; struct { @@ -50,7 +51,7 @@ struct { struct { char *label; - int narrow; + int arrowId; } typedef Site_t; struct {