pcb 4.1.1
An interactive printed circuit board layout editor.
|
00001 00018 /* decompose.h 147 2007-04-09 00:44:09Z selinger */ 00019 00020 #ifndef DECOMPOSE_H 00021 #define DECOMPOSE_H 00022 00023 #include "potracelib.h" 00024 //#include "progress.h" 00025 00026 int bm_to_pathlist (const potrace_bitmap_t * bm, path_t ** plistp, 00027 const potrace_param_t * param); 00028 00029 #endif /* DECOMPOSE_H */