Cleanup: quiet warnings including RE_pipeline.h directly

This commit is contained in:
Campbell Barton 2022-02-10 16:45:16 +11:00
parent c824c06f38
commit e6ad11f06d
Notes: blender-bot 2023-02-14 05:28:01 +01:00
Referenced by issue #95663, Texture paint: Artifacts on using fill tool
1 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ struct Image;
struct ImageFormatData;
struct Main;
struct Object;
struct ImBuf;
struct RenderData;
struct RenderResult;
struct ReportList;
@ -209,7 +210,7 @@ void RE_FreeAllPersistentData(void);
/**
* Free persistent render data, optionally only for the given scene.
*/
void RE_FreePersistentData(const Scene *scene);
void RE_FreePersistentData(const struct Scene *scene);
/**
* Get results and statistics.