Blender V4.3
BKE_editlattice.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15struct Object;
16
17void BKE_editlattice_free(struct Object *ob);
18void BKE_editlattice_make(struct Object *obedit);
19void BKE_editlattice_load(struct Object *obedit);
20
21#ifdef __cplusplus
22}
23#endif
void BKE_editlattice_load(struct Object *obedit)
void BKE_editlattice_make(struct Object *obedit)
void BKE_editlattice_free(struct Object *ob)