Code

Store cached icons to disk between runs, and invalidate/purge as needed.
[inkscape.git] / src / helper / helper-forward.h
1 #ifndef __HELPER_FORWARD_H__
2 #define __HELPER_FORWARD_H__
4 /*
5  * Forward declarations
6  *
7  * Author:
8  *   Lauris Kaplinski <lauris@kaplinski.com>
9  *
10  * Copyright (C) 2002 Lauris Kaplinski
11  *
12  * Released under GNU GPL, read the file 'COPYING' for more information
13  */
16 struct SPAction;
17 struct SPActionClass;
18 struct SPActionEventVector;
20 struct SPUnit;
21 struct SPUnitSelector;
22 struct SPUnitSelectorClass;
24 #endif
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:fileencoding=utf-8:textwidth=99 :