Cleanup: use explicit enum type for duplicate option of BKE_object_duplicate

Using enum type itself in implementations, and uint in headers (as using
enums types in headers is a pain when enum are not defined and used in a
single same header file...).
This commit is contained in:
2020-06-16 17:14:50 +02:00
parent 9e307117f8
commit 94fba47513
9 changed files with 19 additions and 14 deletions

View File

@@ -17,6 +17,8 @@
* All rights reserved.
*/
#include "BLI_utildefines.h"
#include "BCMath.h"
#include "BlenderContext.h"