7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 16:10:10 +00:00

Expose CORNER_STRATEGY to swig

This commit is contained in:
Jon Evans 2024-01-17 17:08:14 -05:00
parent 047b5f8b18
commit 7aad7fcce6

View File

@ -34,6 +34,7 @@
%include <std_vector.i>
%{
#include <geometry/corner_strategy.h>
#include <geometry/seg.h>
#include <geometry/shape.h>
#include <geometry/shape_arc.h>
@ -61,6 +62,7 @@
// ignore warning from nested classes
#pragma SWIG nowarn=325
%include <geometry/corner_strategy.h>
%include <geometry/seg.h>
%include <geometry/shape.h>
%include <geometry/shape_arc.h>