clipper2-sys 1.0.0

Polygon Clipping and Offsetting (Clipper2 wrapper)
Documentation
1
2
3
4
5
// see: https://github.com/AngusJohnson/Clipper2/issues/601
#ifdef WIN32
#include <Windows.h>
#include "clipper2/clipper.h"
#endif // WIN32