Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/DEG_depsgraph_query.h
| Show All 23 Lines | |||||
| */ | */ | ||||
| #ifndef __DEG_DEPSGRAPH_QUERY_H__ | #ifndef __DEG_DEPSGRAPH_QUERY_H__ | ||||
| #define __DEG_DEPSGRAPH_QUERY_H__ | #define __DEG_DEPSGRAPH_QUERY_H__ | ||||
| #include "DEG_depsgraph.h" | #include "DEG_depsgraph.h" | ||||
| #include "DEG_depsgraph_build.h" | #include "DEG_depsgraph_build.h" | ||||
| /* Needed for the instance iterator. */ | |||||
| #include "DNA_object_types.h" | |||||
| struct ID; | struct ID; | ||||
| struct BLI_Iterator; | struct BLI_Iterator; | ||||
| struct Base; | struct Base; | ||||
| struct CustomData_MeshMasks; | struct CustomData_MeshMasks; | ||||
| struct Depsgraph; | struct Depsgraph; | ||||
| struct DupliObject; | struct DupliObject; | ||||
| struct ListBase; | struct ListBase; | ||||
| ▲ Show 20 Lines • Show All 191 Lines • Show Last 20 Lines | |||||