arrows have orientations

This commit is contained in:
Adrien Bourmault 2021-06-21 12:03:06 +02:00
parent 669e87f459
commit 349b851f48
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ struct {
int x; int x;
int y; int y;
int z; int z;
int o;
} typedef Arrow_t; } typedef Arrow_t;
struct { struct {
@ -50,7 +51,7 @@ struct {
struct { struct {
char *label; char *label;
int narrow; int arrowId;
} typedef Site_t; } typedef Site_t;
struct { struct {