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

@@ -17,7 +17,7 @@
#include "BLI_path_util.h"
#include "BLI_string.h"
#include "BKE_context.h"
#include "BKE_context.hh"
#include "BKE_main.h"
#include "BKE_report.h"
#include "BKE_text.h"