summaryrefslogtreecommitdiffstats
path: root/src/box3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/box3d.h')
-rw-r--r--src/box3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/box3d.h b/src/box3d.h
index 12d6bfc4b..bcbd975c5 100644
--- a/src/box3d.h
+++ b/src/box3d.h
@@ -82,6 +82,8 @@ Persp3D *box3d_get_perspective(SPBox3D const *box);
void box3d_switch_perspectives(SPBox3D *box, Persp3D *old_persp, Persp3D *new_persp, bool recompute_corners = false);
SPGroup *box3d_convert_to_group(SPBox3D *box);
+void box3d_convert_to_guides(SPBox3D *box, bool write_undo = true);
+
#endif /* __SP_BOX3D_H__ */