Cleanup: Move BLO_readfile.h to C++ #118015

Merged
Hans Goudey merged 1 commits from HooglyBoogly/blender:blo-readfile-cpp into main 2024-02-09 13:41:40 +01:00

1 Commits

Author SHA1 Message Date
Hans Goudey c04d3a3482 Cleanup: Move BLO_readfile.h to C++
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
I added a new BLO_userdef_default.h header to contain declarations of
two global variables that are still defined in C files. Use of designated
initializers for large structs make those files harder to change.
Arguably this is a better place for them anyway.
2024-02-08 14:53:03 -05:00