code cleanup and comments

This commit is contained in:
Miguel Angel Ajo
2012-06-27 23:19:19 +02:00
parent 1e380374eb
commit cd68572df5
10 changed files with 300 additions and 162 deletions
+5 -1
View File
@@ -3,6 +3,10 @@
#include <Python.h>
void pcbnewInitPythonScripting(void);
/* Function pcbnewInitPythonScripting
* Initializes the Python engine inside pcbnew
*/
void pcbnewInitPythonScripting( void );
#endif