10 lines
174 B
C++
10 lines
174 B
C++
|
|
/* SPDX-FileCopyrightText: 2025 Blender Authors
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <Python.h>
|
||
|
|
|
||
|
|
PyObject *BPyInit_geometry_set_type();
|