Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_idtype.h
| Show First 20 Lines • Show All 258 Lines • ▼ Show 20 Lines | |||||
| extern IDTypeInfo IDType_ID_PC; | extern IDTypeInfo IDType_ID_PC; | ||||
| extern IDTypeInfo IDType_ID_CF; | extern IDTypeInfo IDType_ID_CF; | ||||
| extern IDTypeInfo IDType_ID_WS; | extern IDTypeInfo IDType_ID_WS; | ||||
| extern IDTypeInfo IDType_ID_LP; | extern IDTypeInfo IDType_ID_LP; | ||||
| extern IDTypeInfo IDType_ID_CV; | extern IDTypeInfo IDType_ID_CV; | ||||
| extern IDTypeInfo IDType_ID_PT; | extern IDTypeInfo IDType_ID_PT; | ||||
| extern IDTypeInfo IDType_ID_VO; | extern IDTypeInfo IDType_ID_VO; | ||||
| extern IDTypeInfo IDType_ID_SIM; | extern IDTypeInfo IDType_ID_SIM; | ||||
| extern IDTypeInfo IDType_ID_VE; | |||||
| /** Empty shell mostly, but needed for read code. */ | /** Empty shell mostly, but needed for read code. */ | ||||
| extern IDTypeInfo IDType_ID_LINK_PLACEHOLDER; | extern IDTypeInfo IDType_ID_LINK_PLACEHOLDER; | ||||
| /* ********** Helpers/Utils API. ********** */ | /* ********** Helpers/Utils API. ********** */ | ||||
| /* Module initialization. */ | /* Module initialization. */ | ||||
| void BKE_idtype_init(void); | void BKE_idtype_init(void); | ||||
| ▲ Show 20 Lines • Show All 107 Lines • Show Last 20 Lines | |||||