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

@@ -44,7 +44,7 @@
#include "DNA_text_types.h"
#include "BKE_appdir.h"
#include "BKE_context.h"
#include "BKE_context.hh"
#include "BKE_global.h" /* Only for script checking. */
#include "BKE_main.h"
#include "BKE_text.h"