Refactor: BKE: Move icon header to C++

Was trying to use a C++ type (`blender::Span`) in the header but
couldn't. I would rather not use a less safe raw pointer to a buffer.

Pull Request: https://projects.blender.org/blender/blender/pulls/148214
This commit is contained in:
Julian Eisel
2025-10-16 17:45:26 +02:00
committed by Julian Eisel
parent 6521b448c3
commit 2e76bb47bb
31 changed files with 46 additions and 48 deletions

View File

@@ -12,7 +12,7 @@
#include "MEM_guardedalloc.h"
#include "BKE_icons.h"
#include "BKE_icons.hh"
#include "../generic/py_capi_utils.hh"
#include "../generic/python_compat.hh" /* IWYU pragma: keep. */