Code

No more NRMatrix or NRPoint.
[inkscape.git] / src / libnr / nr-forward.h
1 #ifndef __NR_FORWARD_H__
2 #define __NR_FORWARD_H__
4 /*
5  * Pixel buffer rendering library
6  *
7  * Authors:
8  *   Lauris Kaplinski <lauris@kaplinski.com>
9  *
10  * This code is in public domain
11  */
13 namespace NR {
14 class Matrix;
15 class Point;
16 class Rect;
17 class rotate;
18 class scale;
19 class translate;
20 }
22 class NArtBpath;
23 struct NRBPath;
24 struct NRPixBlock;
25 struct NRRect;
26 struct NRRectL;
29 #endif
31 /*
32   Local Variables:
33   mode:c++
34   c-file-style:"stroustrup"
35   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
36   indent-tabs-mode:nil
37   fill-column:99
38   End:
39 */
40 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :