Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_info/info_intern.h
| Context not available. | |||||
| struct wmOperatorType; | struct wmOperatorType; | ||||
| struct ReportList; | struct ReportList; | ||||
| void FILE_OT_autopack_toggle(struct wmOperatorType *ot); | |||||
| void FILE_OT_pack_all(struct wmOperatorType *ot); | void FILE_OT_pack_all(struct wmOperatorType *ot); | ||||
| void FILE_OT_unpack_all(struct wmOperatorType *ot); | void FILE_OT_unpack_all(struct wmOperatorType *ot); | ||||
| void FILE_OT_unpack_item(struct wmOperatorType *ot); | void FILE_OT_unpack_item(struct wmOperatorType *ot); | ||||
| Context not available. | |||||