valentina/options.h
2013-07-25 15:00:51 +03:00

20 lines
284 B
C++

#ifndef OPTIONS_H
#define OPTIONS_H
#define PrintDPI 96
#define PaperSize 50000
#define WidthMainLine 0.8*PrintDPI/25.4
#define widthHairLine WidthMainLine/3
namespace Scene{
enum Type
{
Point,
Line,
Spline,
Arc
};
}
#endif // OPTIONS_H