Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/DEG_depsgraph_build.h
| Show All 27 Lines | |||||
| /* ************************************************* */ | /* ************************************************* */ | ||||
| /* Dependency Graph */ | /* Dependency Graph */ | ||||
| struct Depsgraph; | struct Depsgraph; | ||||
| /* ------------------------------------------------ */ | /* ------------------------------------------------ */ | ||||
| struct CacheFile; | struct CacheFile; | ||||
| struct Collection; | |||||
| struct CustomData_MeshMasks; | struct CustomData_MeshMasks; | ||||
| struct ID; | struct ID; | ||||
| struct Main; | struct Main; | ||||
| struct Object; | struct Object; | ||||
| struct Scene; | struct Scene; | ||||
| struct Simulation; | struct Simulation; | ||||
| struct bNodeTree; | struct bNodeTree; | ||||
| struct Collection; | |||||
| #include "BLI_sys_types.h" | #include "BLI_sys_types.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| /* Graph Building -------------------------------- */ | /* Graph Building -------------------------------- */ | ||||
| ▲ Show 20 Lines • Show All 147 Lines • Show Last 20 Lines | |||||