Board
0.9.5
include
board
Types.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
26
#ifndef BOARD_TYPES_H
27
#define BOARD_TYPES_H
28
29
namespace
LibBoard
30
{
31
32
enum
SketchFilling
33
{
34
NoFilling,
35
PlainFilling,
36
StraightHachure,
37
CrossingHachure,
38
SketchyHachure,
39
SketchyCrossingHachure
// TODO : Add double crossing hachures
40
};
41
42
}
// namespace LibBoard
43
44
#endif
/* BOARD_TYPES_H */
Generated by
1.8.17