kicad/scripting/python_scripting.h

13 lines
240 B
C

#ifndef __PYTHON_SCRIPTING_H
#define __PYTHON_SCRIPTING_H
#include <Python.h>
/* Function pcbnewInitPythonScripting
* Initializes the Python engine inside pcbnew
*/
bool pcbnewInitPythonScripting(PyThreadState** aMainTState);
#endif