Export UNITS_PROVIDE into SWIG

This commit is contained in:
Jan Mrázek 2022-12-18 19:02:17 +01:00 committed by Seth Hillbrand
parent 1f178e2b93
commit f601c87cea
1 changed files with 5 additions and 1 deletions

View File

@ -31,6 +31,10 @@
%include board_item.h // generate code for this interface %include board_item.h // generate code for this interface
%include eda_item_flags.h // generate code for this interface %include eda_item_flags.h // generate code for this interface
// Provide also interface for UNIT_PROVIDER as BOARD_ITEM uses it
%include base_units.h
%include eda_units.h
%include units_provider.h
%rename(Get) operator BOARD_ITEM*; %rename(Get) operator BOARD_ITEM*;