18 lines
210 B
C++
18 lines
210 B
C++
/* 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
|