Blender  V3.3
BKE_editlattice.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 struct Object;
14 
15 void BKE_editlattice_free(struct Object *ob);
16 void BKE_editlattice_make(struct Object *obedit);
17 void BKE_editlattice_load(struct Object *obedit);
18 
19 #ifdef __cplusplus
20 }
21 #endif
void BKE_editlattice_load(struct Object *obedit)
Definition: editlattice.c:70
void BKE_editlattice_make(struct Object *obedit)
Definition: editlattice.c:44
void BKE_editlattice_free(struct Object *ob)
Definition: editlattice.c:24