Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ED_curves_sculpt.h « include « editors « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8aab1533e257eabd0d626b0a8f5a8a362fc1a049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup editors
 */

#pragma once

#ifdef __cplusplus
extern "C" {
#endif

void ED_operatortypes_sculpt_curves(void);

#ifdef __cplusplus
}
#endif