~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/libnr/nr-dim2.h

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef SEEN_NR_DIM2_H
2
 
#define SEEN_NR_DIM2_H
3
 
 
4
 
namespace NR {
5
 
 
6
 
enum Dim2 { X=0, Y };
7
 
 
8
 
} /* namespace NR */
9
 
 
10
 
 
11
 
#endif /* !SEEN_NR_DIM2_H */
12
 
 
13
 
/*
14
 
  Local Variables:
15
 
  mode:c++
16
 
  c-file-style:"stroustrup"
17
 
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
18
 
  indent-tabs-mode:nil
19
 
  fill-column:99
20
 
  End:
21
 
*/
22
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :