Code

Node tool: special case node duplication for endnodes - select new endnode
[inkscape.git] / src / extension / init.h
1 /*
2  * This is what gets executed to initialize all of the modules.  For
3  * the internal modules this invovles executing their initialization
4  * functions, for external ones it involves reading their .spmodule
5  * files and bringing them into Sodipodi.
6  *
7  * Authors:
8  *   Ted Gould <ted@gould.cx>
9  *
10  * Copyright (C) 2002-2004 Authors
11  *
12  * Released under GNU GPL, read the file 'COPYING' for more information
13  */
15 #ifndef INKSCAPE_EXTENSION_INIT_H__
16 #define INKSCAPE_EXTENSION_INIT_H__
18 namespace Inkscape {
19 namespace Extension {
21 void init (void);
23 } } /* namespace Inkscape::Extension */
25 #endif /* INKSCAPE_EXTENSION_INIT_H__ */
27 /*
28   Local Variables:
29   mode:c++
30   c-file-style:"stroustrup"
31   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
32   indent-tabs-mode:nil
33   fill-column:99
34   End:
35 */
36 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :