src/hid/lesstif/menu.c: Added doxygen comments for GetXY().
[geda-pcb/pcjc2.git] / src / autoplace.h
blob0f831d0b7fed6e141c3d1872af94b51da1deac87
1 /*!
2 * \file src/autoplace.h
4 * \brief Prototypes for autoplace routines.
6 * \author this file, autoplace.h, was written and is
7 * Copyright (c) 2001 C. Scott Ananian.
9 * <hr>
11 * <h1><b>Copyright.</b></h1>\n
13 * PCB, interactive printed circuit board design
15 * Copyright (C) 1994,1995,1996 Thomas Nau
17 * Copyright (C) 1998,1999,2000,2001 harry eaton
19 * This program is free software; you can redistribute it and/or modify
20 * it under the terms of the GNU General Public License as published by
21 * the Free Software Foundation; either version 2 of the License, or
22 * (at your option) any later version.
24 * This program is distributed in the hope that it will be useful,
25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * GNU General Public License for more details.
29 * You should have received a copy of the GNU General Public License
30 * along with this program; if not, write to the Free Software
31 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33 * Contact addresses for paper mail and Email:
34 * harry eaton, 6697 Buttonhole Ct, Columbia, MD 21044 USA
35 * haceaton@aplcomm.jhuapl.edu
40 #ifndef PCB_AUTOPLACE_H
41 #define PCB_AUTOPLACE_H
43 #include "global.h"
45 bool AutoPlaceSelected (void);
47 #endif