summaryrefslogtreecommitdiff
path: root/inc/cad/solve.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cad/solve.h')
-rw-r--r--inc/cad/solve.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/cad/solve.h b/inc/cad/solve.h
index cb2c4ac..4eae272 100644
--- a/inc/cad/solve.h
+++ b/inc/cad/solve.h
@@ -27,6 +27,8 @@ enum constraint_type {
CT_POINT_POINT_DISTANCE,
CT_POINT_LINE_DISTANCE,
CT_LINE_LINE_ANGLE,
+
+ CT_END,
};
struct path_step {