You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
640 B

  1. /**************/
  2. /** protos.h **/
  3. /**************/
  4. #ifndef PROTOS_H
  5. #define PROTOS_H
  6. extern int GenNetlistPcbnew( FILE* f, COMPONENT_LIST& list,
  7. bool isEESchemaNetlist = true,
  8. bool rightJustify = false );
  9. extern bool LoadComponentFile( const wxString& fileName,
  10. COMPONENT_LIST& list );
  11. extern bool LoadFootprintFiles( const wxArrayString& libNames,
  12. FOOTPRINT_LIST& list );
  13. FOOTPRINT* GetModuleDescrByName( const wxString& FootprintName,
  14. FOOTPRINT_LIST& list );
  15. #endif // PROTOS_H