Code

Add translator hint.
[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 NRMatrix;
26 struct NRPoint;
27 struct NRRect;
28 struct NRRectL;
31 #endif
33 /*
34   Local Variables:
35   mode:c++
36   c-file-style:"stroustrup"
37   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
38   indent-tabs-mode:nil
39   fill-column:99
40   End:
41 */
42 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :