~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/livarot/livarot-forward.h

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SEEN_LIVAROT_FORWARD_H
 
2
#define SEEN_LIVAROT_FORWARD_H
 
3
 
 
4
class Path;
 
5
class Shape;
 
6
struct float_ligne_run;
 
7
class FloatLigne;
 
8
class BitLigne;
 
9
class PathDescr;
 
10
class PathDescrLineTo;
 
11
class PathDescrArcTo;
 
12
class PathDescrCubicTo;
 
13
class PathDescrBezierTo;
 
14
class PathDescrIntermBezierTo;
 
15
 
 
16
 
 
17
#endif /* !SEEN_LIVAROT_FORWARD_H */
 
18
 
 
19
/*
 
20
  Local Variables:
 
21
  mode:c++
 
22
  c-file-style:"stroustrup"
 
23
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
 
24
  indent-tabs-mode:nil
 
25
  fill-column:99
 
26
  End:
 
27
*/
 
28
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :