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: fafeff3e974729b49bb78e9bdac19610674364ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef FREESTYLE_PYTHON_CONTEXTFUNCTIONS_H
#define FREESTYLE_PYTHON_CONTEXTFUNCTIONS_H

#include <Python.h>

#ifdef __cplusplus
extern "C" {
#endif

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

int ContextFunctions_Init( PyObject *module );

#ifdef __cplusplus
}
#endif

#endif /* FREESTYLE_PYTHON_CONTEXTFUNCTIONS_H */