Cleanup: reduce C-isms in imbuf headers

Pull Request: https://projects.blender.org/blender/blender/pulls/117327
This commit is contained in:
Aras Pranckevicius
2024-01-19 13:48:04 +02:00
committed by Gitea
parent a705259b4b
commit d2e4da0f5b
17 changed files with 445 additions and 706 deletions

View File

@@ -17,9 +17,9 @@
#include "../generic/py_capi_utils.h"
/* #include "IMB_imbuf_types.hh" */
extern "C" const char *imb_ext_image[];
extern "C" const char *imb_ext_movie[];
extern "C" const char *imb_ext_audio[];
extern const char *imb_ext_image[];
extern const char *imb_ext_movie[];
extern const char *imb_ext_audio[];
/*----------------------------MODULE INIT-------------------------*/
static PyModuleDef _bpy_path_module_def = {