summaryrefslogtreecommitdiff
path: root/inc/cad/solve.h
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-07-24 20:19:48 +0200
committerJesper Jensen <jesper@jnsn.dev>2026-07-24 20:19:48 +0200
commit2667aa2806877d6fdd31b6ad34b0440197c14e1f (patch)
tree2c7fc9ded8170e3794c505c3ff50f610dd538c3e /inc/cad/solve.h
parent1af2dfbde432af9f13e8fba09b7ca29f5de71863 (diff)
Fix some layout issuesHEADmaster
Diffstat (limited to 'inc/cad/solve.h')
-rw-r--r--inc/cad/solve.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cad/solve.h b/inc/cad/solve.h
index 9a0c56d..dad3edb 100644
--- a/inc/cad/solve.h
+++ b/inc/cad/solve.h
@@ -12,6 +12,7 @@ enum component_type {
struct subassembly;
struct component {
+ uint16_t id;
enum component_type type;
struct element *e;