Cleanup: move some undo related files to C++

For continued testing in D14139. Also see T103343.
This commit is contained in:
2023-01-23 00:32:39 +01:00
parent e2006f15a9
commit 4bef5f3df7
38 changed files with 786 additions and 743 deletions

View File

@@ -81,7 +81,7 @@ bool ED_curve_select_all(struct EditNurb *editnurb);
bool ED_curve_select_swap(struct EditNurb *editnurb, bool hide_handles);
int ED_curve_select_count(const struct View3D *v3d, const struct EditNurb *editnurb);
/* editcurve_undo.c */
/* editcurve_undo.cc */
/** Export for ED_undo_sys */
void ED_curve_undosys_type(struct UndoType *ut);