Code

Extensions. XAML export improvements.
[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 struct NRPixBlock;
23 struct NRRect;
24 struct NRRectL;
27 #endif
29 /*
30   Local Variables:
31   mode:c++
32   c-file-style:"stroustrup"
33   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
34   indent-tabs-mode:nil
35   fill-column:99
36   End:
37 */
38 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :