Cleanup: Move object_add.c to C++

This patch was tested on the buildbot first, it builds on all platforms.
This commit is contained in:
Hans Goudey 2022-02-28 16:20:55 -05:00
parent 75bb99fa40
commit 4c407f20a6
3 changed files with 235 additions and 214 deletions

View File

@ -28,7 +28,7 @@ set(INC
)
set(SRC
object_add.c
object_add.cc
object_bake.c
object_bake_api.c
object_collection.c

View File

@ -96,7 +96,7 @@ void OBJECT_OT_select_more(struct wmOperatorType *ot);
void OBJECT_OT_select_less(struct wmOperatorType *ot);
void OBJECT_OT_select_same_collection(struct wmOperatorType *ot);
/* object_add.c */
/* object_add.cc */
void OBJECT_OT_add(struct wmOperatorType *ot);
void OBJECT_OT_add_named(struct wmOperatorType *ot);