18 lines
549 B
C
18 lines
549 B
C
/* declarations prototype */
|
|
|
|
int* InstallDialogLayerPairChoice( WinEDA_GerberFrame* parent );
|
|
|
|
bool Read_Config();
|
|
bool Read_Hotkey_Config( WinEDA_DrawFrame* frame, bool verbose );
|
|
|
|
|
|
void Print_PcbItems( BOARD* Pcb, wxDC* DC, int drawmode, int printmasklayer );
|
|
|
|
void DisplayColorSetupFrame( WinEDA_GerberFrame* parent, const wxPoint& framepos );
|
|
void Trace_Segment( BOARD* aBrd, WinEDA_DrawPanel* panel,
|
|
wxDC* DC,
|
|
TRACK* pt_piste,
|
|
int draw_mode );
|
|
|
|
|