upm/src/hlg150h/pyupm_hlg150h.i

10 lines
126 B
OpenEdge ABL
Raw Normal View History

%module pyupm_hlg150h
%include "../upm.i"
%feature("autodoc", "3");
%include "hlg150h.hpp"
%{
#include "hlg150h.hpp"
%}