2009-07-26 11:19:37 +00:00
|
|
|
#ifndef FREESTYLE_PYTHON_CONTEXTFUNCTIONS_H
|
|
|
|
|
#define FREESTYLE_PYTHON_CONTEXTFUNCTIONS_H
|
|
|
|
|
|
2010-04-07 23:28:29 +00:00
|
|
|
#include <Python.h>
|
|
|
|
|
|
2009-07-26 11:19:37 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/*---------------------------Python BPy_ContextFunctions visible prototypes-----------*/
|
|
|
|
|
|
2009-09-27 00:32:20 +00:00
|
|
|
int ContextFunctions_Init( PyObject *module );
|
2009-07-26 11:19:37 +00:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif /* FREESTYLE_PYTHON_CONTEXTFUNCTIONS_H */
|