Files
kicad-source-mirror/scripting/python_scripting.h
T
Miguel Angel Ajo 06c570bab3 * More cleanup (common wrappers moved to scripting, instead of pcbnew/scripting)
* Added a first test 'testLoadSave.py'
2012-03-17 18:30:03 +01:00

9 lines
126 B
C

#ifndef __PYTHON_SCRIPTING_H
#define __PYTHON_SCRIPTING_H
#include <Python.h>
void pcbnewInitPythonScripting(void);
#endif