~vaifrax/inkscape/bugfix170049

« back to all changes in this revision

Viewing changes to src/libnrtype/one-para.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 LIBNRTYPE_ONE_PARA_H_INKSCAPE
 
2
#define LIBNRTYPE_ONE_PARA_H_INKSCAPE
 
3
 
 
4
struct one_para {
 
5
    int b_st, b_en;
 
6
};
 
7
 
 
8
 
 
9
#endif /* !LIBNRTYPE_ONE_PARA_H_INKSCAPE */
 
10
 
 
11
/*
 
12
  Local Variables:
 
13
  mode:c++
 
14
  c-file-style:"stroustrup"
 
15
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
 
16
  indent-tabs-mode:nil
 
17
  fill-column:99
 
18
  End:
 
19
*/
 
20
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :