Blender  V3.3
io_cache.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2016 Blender Foundation. All rights reserved. */
3 
4 #pragma once
5 
10 struct wmOperatorType;
11 
12 void CACHEFILE_OT_open(struct wmOperatorType *ot);
14 
void CACHEFILE_OT_reload(struct wmOperatorType *ot)
Definition: io_cache.c:146
void CACHEFILE_OT_open(struct wmOperatorType *ot)
Definition: io_cache.c:112
void CACHEFILE_OT_layer_move(struct wmOperatorType *ot)
Definition: io_cache.c:288
void CACHEFILE_OT_layer_add(struct wmOperatorType *ot)
Definition: io_cache.c:210
void CACHEFILE_OT_layer_remove(struct wmOperatorType *ot)
Definition: io_cache.c:247
wmOperatorType * ot
Definition: wm_files.c:3479