* More cleanup (common wrappers moved to scripting, instead of pcbnew/scripting)
* Added a first test 'testLoadSave.py'
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef __PYTHON_SCRIPTING_H
|
||||
#define __PYTHON_SCRIPTING_H
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
void pcbnewInitPythonScripting(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user