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: 5ec70f1a261d04f3d7ee6ed678128c2c89a2da7a (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-----------*/

int ContextFunctions_Init( PyObject *module );

#ifdef __cplusplus
}
#endif

#endif /* FREESTYLE_PYTHON_CONTEXTFUNCTIONS_H */