Cleanup: Move BKE_screen.h to C++

See #103343
This commit is contained in:
Hans Goudey
2023-09-25 17:48:21 -04:00
parent 1c1c6ac457
commit 916d4c9d9b
264 changed files with 264 additions and 276 deletions

View File

@@ -20,7 +20,7 @@
#include "RNA_enum_types.hh"
#include "RNA_prototypes.h"
#include "BKE_screen.h"
#include "BKE_screen.hh"
#include "WM_api.hh"