Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / livarot / livarot-forward.h
1 #ifndef SEEN_LIVAROT_FORWARD_H
2 #define SEEN_LIVAROT_FORWARD_H
4 class Path;
5 class Shape;
6 struct float_ligne_run;
7 class FloatLigne;
8 class BitLigne;
9 class PathDescr;
10 class PathDescrLineTo;
11 class PathDescrArcTo;
12 class PathDescrCubicTo;
13 class PathDescrBezierTo;
14 class PathDescrIntermBezierTo;
17 #endif /* !SEEN_LIVAROT_FORWARD_H */
19 /*
20   Local Variables:
21   mode:c++
22   c-file-style:"stroustrup"
23   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
24   indent-tabs-mode:nil
25   fill-column:99
26   End:
27 */
28 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :