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.

17 lines
549 B

  1. /* declarations prototype */
  2. int* InstallDialogLayerPairChoice( WinEDA_GerberFrame* parent );
  3. bool Read_Config();
  4. bool Read_Hotkey_Config( WinEDA_DrawFrame* frame, bool verbose );
  5. void Print_PcbItems( BOARD* Pcb, wxDC* DC, int drawmode, int printmasklayer );
  6. void DisplayColorSetupFrame( WinEDA_GerberFrame* parent, const wxPoint& framepos );
  7. void Trace_Segment( BOARD* aBrd, WinEDA_DrawPanel* panel,
  8. wxDC* DC,
  9. TRACK* pt_piste,
  10. int draw_mode );