upm/src/bmpx8x/pyupm_bmpx8x.i

13 lines
190 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_bmpx8x
%include "../upm.i"
%include "stdint.i"
%include "bmpx8x.hpp"
%{
#include "bmpx8x.hpp"
%}