upm/src/hwxpxx/pyupm_hwxpxx.i

13 lines
215 B
OpenEdge ABL
Raw Normal View History

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