Cleanup: Move sculpt.c to C++

This commit is contained in:
2022-11-09 19:27:41 -06:00
parent 55e86f94a0
commit 598bb9065c
8 changed files with 379 additions and 364 deletions

View File

@@ -22,7 +22,7 @@ struct wmMsgSubscribeValue;
struct wmRegionMessageSubscribeParams;
struct wmOperator;
/* sculpt.c */
/* sculpt.cc */
void ED_operatortypes_sculpt(void);
void ED_sculpt_redraw_planes_get(float planes[4][4], struct ARegion *region, struct Object *ob);