/** * \brief Stock icons for Inkscape-specific menu items and buttons. * * Author: * Derek P. Moore <derekm@hackunix.org> * * Copyright (C) 2004 Derek P. Moore * * Released under GNU GPL. Read the file 'COPYING' for more information. */ #ifndef INKSCAPE_UI_ICONS_H #define INKSCAPE_UI_ICONS_H namespace Inkscape { namespace UI { namespace Icons { void init(); } // namespace Icons } // namespace UI } // namespace Inkscape #endif // INKSCAPE_UI_ICONS_H /* Local Variables: mode:c++ c-file-style:"stroustrup" c-file-offsets:((innamespace . 0)(inline-open . 0)) indent-tabs-mode:nil fill-column:99 End: */ // vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :