Code

Translations. French translation minor update.
[inkscape.git] / src / livarot / Livarot.h
1 /*
2  *  Livarot.h
3  *  nlivarot
4  *
5  *  Created by fred on Sun Jul 27 2003.
6  *
7  */
9 #include "LivarotDefs.h"
11 #include "Shape.h"
12 #include "Path.h"
13 #include "Buffer.h"
15 #include "Ligne.h"
16 #include "AlphaLigne.h"
17 #include "BitLigne.h"
19 #include "Bounding.h"
20 #include "Region.h"
22 #include "VoronoiGraph.h"
23 #include "VoronoiConstr.h"
25 /*
26   Local Variables:
27   mode:c++
28   c-file-style:"stroustrup"
29   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
30   indent-tabs-mode:nil
31   fill-column:99
32   End:
33 */
34 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :