From d8a6d8a8b046dcb73f1c1daf0e013a703517da68 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 21 Mar 2026 23:23:12 +0100 Subject: WIP: Add support for multiple assemblies --- inc/cad/solve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/cad/solve.h b/inc/cad/solve.h index a470aae..11afded 100644 --- a/inc/cad/solve.h +++ b/inc/cad/solve.h @@ -98,7 +98,7 @@ struct constraint { uint64_t order; struct path_step path[SEARCH_DEPTH]; bool forward; - bool used; + uint8_t used; }; void alias_point(struct constraints *c, struct component *alias, struct component *target); -- cgit v1.2.3