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: b02145c455a9008aa81622ca0e2d455cbb5d4c42 (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

#ifdef __cplusplus
extern "C" {
#endif

#include <Python.h>

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

PyMODINIT_FUNC ContextFunctions_Init( PyObject *module );

#ifdef __cplusplus
}
#endif

#endif /* FREESTYLE_PYTHON_CONTEXTFUNCTIONS_H */