mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
13 lines
219 B
C
13 lines
219 B
C
#ifndef __PYTHON_SCRIPTING_H
|
|
#define __PYTHON_SCRIPTING_H
|
|
|
|
#include <Python.h>
|
|
|
|
/* Function pcbnewInitPythonScripting
|
|
* Initializes the Python engine inside pcbnew
|
|
*/
|
|
|
|
void pcbnewInitPythonScripting( void );
|
|
|
|
#endif
|