Code

update
[inkscape.git] / src / removeoverlap / remove_rectangle_overlap.h
1 #ifndef REMOVE_RECTANGLE_OVERLAP_H_SEEN
2 #define REMOVE_RECTANGLE_OVERLAP_H_SEEN
4 /**
5  * \file Declaration of main internal remove-overlaps function.
6  */
7 /*
8  * Authors:
9  *   Tim Dwyer <tgdwyer@gmail.com>
10  *
11  * Copyright (C) 2005 Authors
12  *
13  * Released under GNU LGPL.  Read the file 'COPYING' for more information.
14  */
16 class Rectangle;
18 void removeRectangleOverlap(unsigned n, Rectangle *rs[], double xBorder, double yBorder);
21 #endif /* !REMOVE_RECTANGLE_OVERLAP_H_SEEN */