Code

Node tool: special case node duplication for endnodes - select new endnode
[inkscape.git] / src / extension / extension-forward.h
1 #ifndef SEEN_EXTENSION_FORWARD_H
2 #define SEEN_EXTENSION_FORWARD_H
4 namespace Inkscape {
5 namespace Extension {
7 class Effect;
8 class Extension;
9 class Input;
10 class Output;
11 class Print;
13 class Dependency;
14 class Parameter;
15 class ExpirationTimer;
17 namespace Implementation {
18 class Implementation;
19 class ImplementationDocumentCache;
20 }
22 } }
24 #endif /* !SEEN_EXTENSION_FORWARD_H */
26 /*
27   Local Variables:
28   mode:c++
29   c-file-style:"stroustrup"
30   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
31   indent-tabs-mode:nil
32   fill-column:99
33   End:
34 */
35 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :