upm/src/rhusb/pyupm_rhusb.i

13 lines
212 B
OpenEdge ABL
Raw Normal View History

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_rhusb
%include "../upm.i"
%include "stdint.i"
%feature("autodoc", "3");
%include "rhusb.hpp"
%{
#include "rhusb.hpp"
%}