Introduce POLYGONHOLE_MODE for creating holes in polygons
[geda-pcb/gde.git] / src / autoplace.h
blobffb15df34565dfc7a4f059028e4881e62e789ec2
1 /* $Id$ */
3 /*
4 * COPYRIGHT
6 * PCB, interactive printed circuit board design
7 * Copyright (C) 1994,1995,1996 Thomas Nau
8 * Copyright (C) 1998,1999,2000,2001 harry eaton
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24 * Contact addresses for paper mail and Email:
25 * harry eaton, 6697 Buttonhole Ct, Columbia, MD 21044 USA
26 * haceaton@aplcomm.jhuapl.edu
30 /* this file, autoplace.h, was written and is
31 * Copyright (c) 2001 C. Scott Ananian.
35 /* prototypes for autoplace routines
38 #ifndef __AUTOPLACE_INCLUDED__
39 #define __AUTOPLACE_INCLUDED__
41 #include "global.h"
43 bool AutoPlaceSelected (void);
45 #endif