summaryrefslogtreecommitdiff
path: root/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'match.h')
-rw-r--r--match.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/match.h b/match.h
index 0b44b45..9cdb261 100644
--- a/match.h
+++ b/match.h
@@ -8,6 +8,7 @@ struct visit {
int rem;
int n_darts;
struct segment *darts;
+ struct ccoords *ccoords;
};
struct leg {