2012-03-11 19:07:10 +00:00
|
|
|
#ifndef __PYTHON_SCRIPTING_H
|
|
|
|
#define __PYTHON_SCRIPTING_H
|
|
|
|
|
|
|
|
#include <Python.h>
|
|
|
|
|
2012-06-27 21:19:19 +00:00
|
|
|
/* Function pcbnewInitPythonScripting
|
|
|
|
* Initializes the Python engine inside pcbnew
|
|
|
|
*/
|
|
|
|
|
|
|
|
void pcbnewInitPythonScripting( void );
|
2012-03-11 19:07:10 +00:00
|
|
|
|
|
|
|
#endif
|