Cleanup: Move several blenkernel headers to C++

Mostly focus on areas where we're already using C++ features,
where combining C and C++ APIs is getting in the way.

Pull Request: https://projects.blender.org/blender/blender/pulls/114972
This commit is contained in:
Hans Goudey
2023-11-16 11:41:55 +01:00
committed by Hans Goudey
parent 451c054d9b
commit 3d57bc4397
1166 changed files with 2332 additions and 2501 deletions

View File

@@ -7,7 +7,7 @@
#include "BKE_mesh.hh"
#include "BKE_mesh_runtime.hh"
#include "BKE_volume.h"
#include "BKE_volume.hh"
#include "BKE_volume_openvdb.hh"
#include "GEO_mesh_to_volume.hh"