upm/src/hlg150h/pyupm_hlg150h.i

12 lines
198 B
OpenEdge ABL
Raw Normal View History

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