Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / libnr / nr-i-coord.h
1 #ifndef SEEN_NR_I_COORD_H
2 #define SEEN_NR_I_COORD_H
4 #include <glib/gtypes.h>
6 namespace NR {
8 /** An integer type with sufficient precision for coordinates. */
9 typedef gint32 ICoord;
11 } /* namespace NR */
14 #endif /* !SEEN_NR_I_COORD_H */
16 /*
17   Local Variables:
18   mode:c++
19   c-file-style:"stroustrup"
20   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
21   indent-tabs-mode:nil
22   fill-column:99
23   End:
24 */
25 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :