Code

baa15b5945a70ca9111c04476a3cc3434c9d6ec3
[inkscape.git] / src / libvpsc / 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  */
15 namespace vpsc { 
16         class Rectangle;
17 }
19 void removeRectangleOverlap(unsigned n, vpsc::Rectangle *rs[], double xBorder, double yBorder);
22 #endif /* !REMOVE_RECTANGLE_OVERLAP_H_SEEN */