mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
9 lines
126 B
C
9 lines
126 B
C
#ifndef __PYTHON_SCRIPTING_H
|
|
#define __PYTHON_SCRIPTING_H
|
|
|
|
#include <Python.h>
|
|
|
|
void pcbnewInitPythonScripting(void);
|
|
|
|
#endif
|