7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 16:55:00 +00:00
kicad/pcbnew/python/swig/pcb_reference_image.i
Jeff Young 791aa64950 Functionally it's a "reference image".
The implementation happens to be a "bitmap".

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15932
2023-10-24 15:44:21 +01:00

8 lines
73 B
OpenEdge ABL

%include pcb_reference_image.h
%{
#include <pcb_reference_image.h>
%}