Changeset View
Changeset View
Standalone View
Standalone View
source/blender/render/intern/include/render_types.h
| Show All 30 Lines | |||||
| #include "DNA_scene_types.h" | #include "DNA_scene_types.h" | ||||
| #include "BLI_threads.h" | #include "BLI_threads.h" | ||||
| #include "BKE_main.h" | #include "BKE_main.h" | ||||
| #include "RE_pipeline.h" | #include "RE_pipeline.h" | ||||
| extern struct CLG_LogRef *RENDER_LOG_BAKE; | |||||
| extern struct CLG_LogRef *RENDER_LOG; | |||||
| struct GHash; | struct GHash; | ||||
| struct Main; | struct Main; | ||||
| struct Object; | struct Object; | ||||
| struct RenderEngine; | struct RenderEngine; | ||||
| struct ReportList; | struct ReportList; | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| ▲ Show 20 Lines • Show All 122 Lines • Show Last 20 Lines | |||||