Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
icon-names.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-or-later
5/* Authors:
6 * Krzysztof KosiƄski <tweenk.pl@gmail.com>
7 *
8 * Copyright (C) 2009 Authors
9 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
10 */
11
12#ifndef SEEN_INKSCAPE_ICON_NAMES_H
13#define SEEN_INKSCAPE_ICON_NAMES_H
14
19#define INKSCAPE_ICON(icon) icon
20
21#endif /* ifdef SEEN_INKSCAPE_ICON_NAMES_H */
22
23/*
24 Local Variables:
25 mode:c++
26 c-file-style:"stroustrup"
27 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
28 indent-tabs-mode:nil
29 fill-column:99
30 End:
31*/
32// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :