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

BPy_ContextFunctions.h « python « intern « freestyle « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01507f1881c4a59870090861347b560271e72372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup freestyle
 */

#pragma once

extern "C" {
#include <Python.h>
}

#ifdef __cplusplus
extern "C" {
#endif

/*---------------------------Python BPy_ContextFunctions visible prototypes-----------*/

int ContextFunctions_Init(PyObject *module);

#ifdef __cplusplus
}
#endif