Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/wm_files.h
| Context not available. | |||||
| struct Main; | struct Main; | ||||
| struct wmOperatorType; | struct wmOperatorType; | ||||
| struct ListBase; | |||||
| /* wm_files.c */ | /* wm_files.c */ | ||||
| void wm_history_file_read(void); | void wm_history_file_read(void); | ||||
| Context not available. | |||||
| bool *r_is_factory_startup); | bool *r_is_factory_startup); | ||||
| void wm_file_read_report(bContext *C, struct Main *bmain); | void wm_file_read_report(bContext *C, struct Main *bmain); | ||||
| void wm_window_positions_file_read(ListBase *windowpos); | |||||
| void wm_window_positions_file_write(ListBase *windowpos); | |||||
| void WM_OT_save_homefile(struct wmOperatorType *ot); | void WM_OT_save_homefile(struct wmOperatorType *ot); | ||||
| void WM_OT_userpref_autoexec_path_add(struct wmOperatorType *ot); | void WM_OT_userpref_autoexec_path_add(struct wmOperatorType *ot); | ||||
| void WM_OT_userpref_autoexec_path_remove(struct wmOperatorType *ot); | void WM_OT_userpref_autoexec_path_remove(struct wmOperatorType *ot); | ||||
| Context not available. | |||||