Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / display / nr-arena-forward.h
1 #ifndef __NR_ARENA_FORWARD_H__
2 #define __NR_ARENA_FORWARD_H__
4 /*
5  * RGBA display list system for inkscape
6  *
7  * Author:
8  *   Lauris Kaplinski <lauris@kaplinski.com>
9  *
10  * Copyright (C) 2001-2002 Lauris Kaplinski
11  * Copyright (C) 2001 Ximian, Inc.
12  *
13  * Released under GNU GPL, read the file 'COPYING' for more information
14  */
16 struct NRArena;
17 struct NRArenaClass;
19 struct NRArenaItem;
20 struct NRArenaItemClass;
22 struct NRArenaGroup;
23 struct NRArenaGroupClass;
25 struct NRArenaShape;
26 struct NRArenaShapeClass;
28 struct NRArenaShapeGroup;
29 struct NRArenaShapeGroupClass;
31 struct NRArenaImage;
32 struct NRArenaImageClass;
34 struct NRArenaGlyphs;
35 struct NRArenaGlyphsClass;
37 struct NRArenaGlyphsGroup;
38 struct NRArenaGlyphsGroupClass;
40 #endif
42 /*
43   Local Variables:
44   mode:c++
45   c-file-style:"stroustrup"
46   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
47   indent-tabs-mode:nil
48   fill-column:99
49   End:
50 */
51 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :