diff options
Diffstat (limited to 'src/libvpsc/remove_rectangle_overlap.h')
| -rw-r--r-- | src/libvpsc/remove_rectangle_overlap.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/libvpsc/remove_rectangle_overlap.h b/src/libvpsc/remove_rectangle_overlap.h new file mode 100644 index 000000000..08b035e31 --- /dev/null +++ b/src/libvpsc/remove_rectangle_overlap.h @@ -0,0 +1,21 @@ +#ifndef REMOVE_RECTANGLE_OVERLAP_H_SEEN +#define REMOVE_RECTANGLE_OVERLAP_H_SEEN + +/** + * \file Declaration of main internal remove-overlaps function. + */ +/* + * Authors: + * Tim Dwyer <tgdwyer@gmail.com> + * + * Copyright (C) 2005 Authors + * + * Released under GNU LGPL. Read the file 'COPYING' for more information. + */ + +class Rectangle; + +void removeRectangleOverlap(unsigned n, Rectangle *rs[], double xBorder, double yBorder); + + +#endif /* !REMOVE_RECTANGLE_OVERLAP_H_SEEN */ |
