Files
upm/src/mb704x/pyupm_mb704x.i
2016-12-02 16:44:43 -07:00

13 lines
219 B
OpenEdge ABL

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