2 #include "clipper/clipper.hpp"
3 #include "common/common.hpp"
17 void drag_begin(GdkEventButton *button_event);
18 void drag_end(GdkEventButton *button_event);
19 void drag_move(GdkEventMotion *motion_event);
80 Vertex(
float ix,
float iy) : x(ix), y(iy)
87 std::vector<Vertex> vertices;
88 ClipperLib::Path path;