Files
upm/src/rhusb/pyupm_rhusb.i

11 lines
185 B
OpenEdge ABL
Raw Normal View History

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