kicad-source/scripting/python_scripting.h

13 lines
240 B
C
Raw Normal View History

#ifndef __PYTHON_SCRIPTING_H
#define __PYTHON_SCRIPTING_H
#include <Python.h>
2012-06-27 23:19:19 +02:00
/* Function pcbnewInitPythonScripting
* Initializes the Python engine inside pcbnew
*/
2012-08-01 13:54:20 +02:00
bool pcbnewInitPythonScripting(PyThreadState** aMainTState);
#endif